Skip to content

Commit

Permalink
Bump postgres from 16.2 to 16.3 in /database
Browse files Browse the repository at this point in the history
Bumps postgres from 16.2 to 16.3.

---
updated-dependencies:
- dependency-name: postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 8359312 commit 3d2d96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:16.2
FROM postgres:16.3

COPY up.sql /docker-entrypoint-initdb.d/up.sql

Expand Down

0 comments on commit 3d2d96a

Please sign in to comment.