diff --git a/standardnotes-web/Dockerfile b/standardnotes-web/Dockerfile index e703d39..aac4d12 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.72.4 +ARG SN_TAG=@standardnotes/web@3.84.2 RUN apk add git