Skip to content

Commit

Permalink
Update postgres Docker tag to v14.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 7215817 commit f9ff29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playing_with_go/testing-in-go/webApp/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
postgres:
image: 'postgres:14.5'
image: 'postgres:14.14'
restart: always
environment:
POSTGRES_USER: postgres
Expand Down

0 comments on commit f9ff29f

Please sign in to comment.