From a070093eae211337b750496fde652644fc675264 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:53:34 -0300 Subject: [PATCH] Update alpine Docker tag to v3.19.1 (#434) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gruber <43826031+gruberdev@users.noreply.github.com> --- apps/matrix/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/matrix/Dockerfile b/apps/matrix/Dockerfile index 6a25dbf85..c90e668c7 100644 --- a/apps/matrix/Dockerfile +++ b/apps/matrix/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 +FROM alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b RUN apk add --no-cache curl \ && curl -L https://github.com/a8m/envsubst/releases/download/v1.2.0/envsubst-`uname -s`-`uname -m` -o envsubst \ && chmod +x envsubst \