From 5bdb2ca12f07be9df24e4e5241725d34925007d1 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 23 Apr 2024 14:10:54 +0200 Subject: [PATCH] Bump alpine to 3.19.1 https://www.alpinelinux.org/posts/Alpine-3.19.1-released.html Signed-off-by: Ivan Hrasko (cherry picked from commit a46ccfe05b0e397776fc1453afa2c92cc0d878c8) --- .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 fce9421cdc..8917a05a75 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.2.0" -FROM alpine:3.19.0 as clone +FROM alpine:3.19.1 as clone ARG SIMULATOR_VERSION RUN apk add git