Skip to content

Commit 28c456e

Browse files
chore(deps): update postgres docker tag
1 parent 8cca9aa commit 28c456e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/reactive-resume/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
services:
33
# Database (Postgres)
44
postgres:
5-
image: postgres:16-alpine
5+
image: postgres:17-alpine
66
restart: unless-stopped
77
env_file:
88
- .env

docker/terminus/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
cpus: "1.0"
2626

2727
database:
28-
image: postgres:17.5
28+
image: postgres:17.6
2929
environment:
3030
POSTGRES_USER: ${PG_USER}
3131
POSTGRES_DB: ${PG_DATABASE}

0 commit comments

Comments
 (0)