Skip to content

Commit d743370

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 e962442 commit d743370

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.21.2
22
RUN apk --update add postgresql-client && rm -rf /var/cache/apk/*
33
COPY . /
44
ENTRYPOINT ["./entrypoint.sh"]

0 commit comments

Comments
 (0)