Skip to content

Commit

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

Signed-off-by: Ivan Hrasko <[email protected]>
(cherry picked from commit 6c8c711)
  • Loading branch information
ihrasko committed Jan 24, 2024
1 parent 17e85ac commit e8b3ab0
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="18.2.0"

FROM alpine:3.18.3 as clone
FROM alpine:3.19.0 as clone

ARG SIMULATOR_VERSION
RUN apk add git
Expand Down

0 comments on commit e8b3ab0

Please sign in to comment.