Skip to content

Commit

Permalink
fix: docker/db/Dockerfile.db to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Feb 16, 2025
1 parent 478be88 commit e63620f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/db/Dockerfile.db
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:13.2-alpine
FROM postgres:13.19-alpine
RUN apk update && apk add dos2unix

# copy SQL into dump directory
Expand Down

0 comments on commit e63620f

Please sign in to comment.