Skip to content

Commit

Permalink
docker: udpate base alpine image to v3.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Jan 11, 2025
1 parent df601cd commit 7f646e6
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.4
FROM docker.io/alpine:3.19.6
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.4
FROM docker.io/alpine:3.19.6
MAINTAINER Shaarli Community

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

0 comments on commit 7f646e6

Please sign in to comment.