diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index f26da2e14e..4f8ff08c0e 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,6 +1,6 @@ ARG SIMULATOR_VERSION="20.1.0" -FROM alpine:3.19.1 as clone +FROM alpine:3.20.3 as clone ARG SIMULATOR_VERSION RUN apk add git