Skip to content

Commit

Permalink
docker: update base alpine linux image to v3.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Jul 25, 2024
1 parent 0f0b056 commit c052612
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.2
FROM docker.io/alpine:3.19.3
LABEL maintainer="Shaarli Community"

RUN apk --update --no-cache add \
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.2
FROM docker.io/alpine:3.19.3
MAINTAINER Shaarli Community

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

0 comments on commit c052612

Please sign in to comment.