From 2d358be1a8dada25701d1487495b2d90475135e3 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Mon, 20 May 2024 21:52:09 -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 d011de9..57f58cc 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.192.17 +ARG SN_TAG=@standardnotes/web@3.194.6 RUN apk add git