From c7214472b01f514b77ccd17f2427880adb193d11 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Thu, 15 Feb 2024 15:29:51 -0500 Subject: [PATCH] standardnotes-web: uprev 3.189.5 --- standardnotes-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standardnotes-web/Dockerfile b/standardnotes-web/Dockerfile index 3d439d8..2c53a72 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.173.23 +ARG SN_TAG=@standardnotes/web@3.189.5 RUN apk add git