From 9a02ac8386b3f0de9f081c2499455be837a7eca3 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Mon, 8 Jul 2024 13:44:19 +0000 Subject: [PATCH] chore(deps): update erlang docker tag to v24.3.4.17 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10c83e8737..6ace3e635a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,7 +90,7 @@ RUN apk add --update --no-cache curl ca-certificates unzip wget openssl build-ba chmod +x /usr/local/bin/terraform # From this line onwards, we're in a new image, which will be the image used in production -FROM erlang:24.3.4.6-alpine +FROM erlang:24.3.4.17-alpine ARG CLOUD_SDK_VERSION=273.0.0 ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION