Skip to content

Commit

Permalink
Merge pull request #2024 from nodiscc/update-alpine-3.16
Browse files Browse the repository at this point in the history
docker: update base alpine docker image to 3.16.7
  • Loading branch information
nodiscc authored Oct 3, 2023
2 parents ea3cda5 + 5db074f commit c4d3e2d
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 @@ -26,7 +26,7 @@ RUN cd shaarli \

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

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

0 comments on commit c4d3e2d

Please sign in to comment.