From 222a6a641661da3cd2c1579618724e4684ed6b15 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sat, 22 Oct 2022 21:01:40 -0400 Subject: [PATCH] standardnotes-web: bump --- standardnotes-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standardnotes-web/Dockerfile b/standardnotes-web/Dockerfile index e703d39..aac4d12 100644 --- a/standardnotes-web/Dockerfile +++ b/standardnotes-web/Dockerfile @@ -1,6 +1,6 @@ FROM node:16-alpine AS builder -ARG SN_TAG=@standardnotes/web@3.72.4 +ARG SN_TAG=@standardnotes/web@3.84.2 RUN apk add git