Skip to content

Commit

Permalink
Merge pull request #2051 from nodiscc/update-alpine-3.16.8
Browse files Browse the repository at this point in the history
docker: update base alpine linux docker image to v3.16.8
  • Loading branch information
nodiscc authored Dec 3, 2023
2 parents 52f232b + 7287d7b commit 358fc3c
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.16.8
LABEL maintainer="Shaarli Community"

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

0 comments on commit 358fc3c

Please sign in to comment.