Skip to content

Commit

Permalink
Bump alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
Trigus42 committed Dec 17, 2023
1 parent c473f63 commit 243939e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

# Exit if one of the cont-init.d scripts fails
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.compile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN \
-D GUI=OFF && \
nice -n19 cmake --build build

FROM alpine:3.18
FROM alpine:3.19

# You can find the available release tags at https://github.com/just-containers/s6-overlay/releases
ARG S6_OVERLAY_TAG="v2.2.0.3"
Expand Down

0 comments on commit 243939e

Please sign in to comment.