Skip to content

Commit

Permalink
docker: update base alpine docker image to 3.16.7
Browse files Browse the repository at this point in the history
- the previous (0.12.2) release image was based on 3.16.4 since the .patch version was not specified, which shows vulnerabilities when scanned with trivy (#2019)
  • Loading branch information
nodiscc committed Oct 3, 2023
1 parent ea3cda5 commit 5db074f
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.16.7
LABEL maintainer="Shaarli Community"

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

0 comments on commit 5db074f

Please sign in to comment.