From 7c1aee29f4e2581d4f9f2daab6780194cd9336ca Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sat, 3 Dec 2022 18:19:56 -0500 Subject: [PATCH] Update standardnotes-web --- standardnotes-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standardnotes-web/Dockerfile b/standardnotes-web/Dockerfile index 1690fe8..6e6ff19 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.104.0 +ARG SN_TAG=@standardnotes/web@3.117.3 RUN apk add git