From 6c54b0b6ce7c2343f4fbccc13937839787de090c Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Wed, 24 Jan 2024 09:42:27 +0100 Subject: [PATCH] Bump alpine to 3.19.0 https://www.alpinelinux.org/posts/Alpine-3.19.0-released.html Signed-off-by: Ivan Hrasko (cherry picked from commit 6c8c711735444792b500fc82256f19680412b35a) --- .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 608d7915e3..98a204ff48 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.1.0" -FROM alpine:3.18.3 as clone +FROM alpine:3.19.0 as clone ARG SIMULATOR_VERSION RUN apk add git