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