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