From ee64267e5a34651ef43d7bca8ab0ca87fc5608eb Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Mon, 21 Nov 2022 21:01:33 -0500 Subject: [PATCH] standardnotes-web: Update --- standardnotes-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standardnotes-web/Dockerfile b/standardnotes-web/Dockerfile index aac4d12..1690fe8 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.84.2 +ARG SN_TAG=@standardnotes/web@3.104.0 RUN apk add git