From 9e5050a334bb08d05ea533f21e29de31f10bf152 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Fri, 13 Sep 2024 09:52:29 +0200 Subject: [PATCH] Bump alpine to 3.20.3 https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html Signed-off-by: Ivan Hrasko (cherry picked from commit b86c63ae0d602491b5c6f43f50fb5978b8e3c42d) --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index fd3573de43..be94490f5f 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,6 +1,6 @@ ARG SIMULATOR_VERSION="19.3.0" -FROM alpine:3.19.1 as clone +FROM alpine:3.20.3 as clone ARG SIMULATOR_VERSION RUN apk add git