Skip to content

Commit 829234f

Browse files
committed
chore: upgrade pg version
1 parent ad4342b commit 829234f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
command: sleep infinity
99

1010
db:
11-
image: postgres:17.0-alpine
11+
image: postgres:17.2-alpine
1212
volumes:
1313
- db-data:/var/lib/postgresql/data
1414
environment:

examples/public/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
- "traefik.http.services.backend-http-service.loadbalancer.server.port=3000"
6161

6262
database:
63-
image: postgres:17.0-alpine
63+
image: postgres:17.2-alpine
6464
restart: unless-stopped
6565
volumes:
6666
- database:/var/lib/postgresql/data

0 commit comments

Comments
 (0)