Skip to content

Commit

Permalink
Merge pull request #2067 from shaarli/alpine-3.18.6
Browse files Browse the repository at this point in the history
dockerfile: update base alpine linux docker image to v3.18.6
  • Loading branch information
nodiscc committed Mar 21, 2024
2 parents 56ad5d2 + 59d71f3 commit 376d9cc
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 docker.io/alpine:3.18.5
FROM docker.io/alpine:3.18.6
LABEL maintainer="Shaarli Community"

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

0 comments on commit 376d9cc

Please sign in to comment.