diff --git a/element-web/Dockerfile b/element-web/Dockerfile index 91174f7..5f4d48c 100644 --- a/element-web/Dockerfile +++ b/element-web/Dockerfile @@ -1,4 +1,4 @@ -ARG ELEMENT_VER=v1.11.30 +ARG ELEMENT_VER=v1.11.44 FROM debian:11 AS builder diff --git a/standardnotes-web/Dockerfile b/standardnotes-web/Dockerfile index 11ab200..3d439d8 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.165.12 +ARG SN_TAG=@standardnotes/web@3.173.23 RUN apk add git