Skip to content

Commit

Permalink
dockerfile: update base alpine image to v3.18
Browse files Browse the repository at this point in the history
- fixes security issues reported by trivy
  • Loading branch information
nodiscc committed Sep 20, 2023
1 parent 775fcb4 commit bc92f65
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 @@ -26,7 +26,7 @@ RUN cd shaarli \

# Stage 4:
# - Shaarli image
FROM alpine:3.16
FROM alpine:3.18
LABEL maintainer="Shaarli Community"

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

0 comments on commit bc92f65

Please sign in to comment.