Skip to content

Commit

Permalink
docker: udpate base alpine image to v3.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Mar 1, 2025
1 parent 7f646e6 commit 5a7e98b
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
Expand Up @@ -25,7 +25,7 @@ RUN cd shaarli \

# Stage 4:
# - Shaarli image
FROM docker.io/alpine:3.19.6
FROM docker.io/alpine:3.19.7
LABEL maintainer="Shaarli Community"

RUN apk --no-cache del icu-data-en \
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/alpine319/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/alpine:3.19.6
FROM docker.io/alpine:3.19.7
MAINTAINER Shaarli Community

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

0 comments on commit 5a7e98b

Please sign in to comment.