Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 489aa77 commit a683e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

postgresqldb:
image: postgres:16.4-alpine
image: postgres:16.6-alpine
hostname: postgresqldb
container_name: postgresqldb
extra_hosts: [ 'host.docker.internal:host-gateway' ]
Expand Down

0 comments on commit a683e0a

Please sign in to comment.