Skip to content

Commit 0698cf2

Browse files
committed
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286
1 parent a977bd7 commit 0698cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.7
1+
FROM alpine:3.19
22
RUN apk --update add postgresql-client && rm -rf /var/cache/apk/*
33
COPY . /
44
ENTRYPOINT ["./entrypoint.sh"]

0 commit comments

Comments
 (0)