Skip to content

Commit

Permalink
chore(deps): 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 a4a55e6 commit a5d15b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
POSTGRES_DB: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: mysecretpassword
image: postgres:14.0
image: postgres:14.14
restart: unless-stopped
volumes:
- db_data:/var/lib/postgresql/data
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
POSTGRES_DB: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: mysecretpassword
image: postgres:14.0
image: postgres:14.14
ports:
- "5432:5432"
restart: unless-stopped
Expand Down

0 comments on commit a5d15b4

Please sign in to comment.