Skip to content

Commit

Permalink
Bump Docker's Alpine version to v3.17.3
Browse files Browse the repository at this point in the history
It uses PHP 8.1 and upgrades from PHP 8.0 which is about to lose its security support.
  • Loading branch information
ArthurHoaro committed Nov 22, 2023
1 parent ff0aaf4 commit 0ba4f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN cd shaarli \

# Stage 4:
# - Shaarli image
FROM alpine:3.16.7
FROM alpine:3.17.3
LABEL maintainer="Shaarli Community"

RUN apk --update --no-cache add \
Expand Down

0 comments on commit 0ba4f4a

Please sign in to comment.