Skip to content

Commit

Permalink
fix: postgres/15/Dockerfile to reduce vulnerabilities (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcgov-devops and snyk-bot authored May 10, 2024
1 parent b27e8c8 commit 13772f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/15/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:15.6
FROM postgres:15.7

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down

0 comments on commit 13772f7

Please sign in to comment.