Skip to content

Commit 2337859

Browse files
authored
Upgrade libpng to fix CVE vulnerability (#2316)
Added apk add --no-cache --upgrade libpng to all Alpine-based Dockerfiles to address the libpng CVE vulnerability.
1 parent c9e329d commit 2337859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM eclipse-temurin@sha256:243e711289b0f17e05a4df60454bbb1b8ed7b126db4de2d5535da994b7417111
33

44
# For Amazon Corretto Crypto Provider
5-
RUN apk add --no-cache gcompat
5+
RUN apk add --no-cache --upgrade libpng && apk add --no-cache gcompat
66

77
WORKDIR /app
88
EXPOSE 8080

0 commit comments

Comments
 (0)