From 465c3ea65f391f12ebb8b103ea3d7a8ed061985e Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Fri, 12 Apr 2024 20:34:14 -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 2c53a72..d011de9 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.189.5 +ARG SN_TAG=@standardnotes/web@3.192.17 RUN apk add git