From 190bb3a2991952a528379102f9e11373d1217bbb Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Wed, 27 Sep 2023 21:39:41 -0400 Subject: [PATCH 1/2] bump element-web --- element-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7f3de6a004291d35174a70e6607b8d7388445f73 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Tue, 3 Oct 2023 22:03:05 -0400 Subject: [PATCH 2/2] standardnotes-web: uprev --- standardnotes-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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