Skip to content

Commit

Permalink
Bump alpine to 3.19.1
Browse files Browse the repository at this point in the history
https://www.alpinelinux.org/posts/Alpine-3.19.1-released.html

Signed-off-by: Ivan Hrasko <[email protected]>
(cherry picked from commit a46ccfe)
  • Loading branch information
ihrasko committed Apr 24, 2024
1 parent effc384 commit 5bdb2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighty-rnc-app/simulator/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5bdb2ca

Please sign in to comment.