diff --git a/standardnotes-web/Dockerfile b/standardnotes-web/Dockerfile index aac4d12..1690fe8 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.84.2 +ARG SN_TAG=@standardnotes/web@3.104.0 RUN apk add git