From 8bef39213c1e20a83b6396064c0afd912c69187b Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Tue, 4 Apr 2023 12:32:28 +0200 Subject: [PATCH] Bump alpine to 3.16.5 Bump to newer version of alpine: https://git.alpinelinux.org/aports/log/?h=v3.16.5 JIRA:LIGHTY-209 Signed-off-by: tobias.pobocik (cherry picked from commit 6e9122392def40b005f7f400f00d54f946dd5bb7) --- .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 68b4cf667a..afceeffca3 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16.2 as clone +FROM alpine:3.16.5 as clone RUN apk add git WORKDIR /netconf-simulator RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 18.0.0