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