Skip to content

Commit 70627ea

Browse files
chore(deps): bump postgres
Bumps the docker-compose-deps group with 1 update in the / directory: postgres. Updates `postgres` from 16-alpine to 18-alpine --- updated-dependencies: - dependency-name: postgres dependency-version: 18-alpine dependency-type: direct:production dependency-group: docker-compose-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8d54b9 commit 70627ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- DATABASE_URL=postgres://guardian:${POSTGRES_PASSWORD:?set POSTGRES_PASSWORD in .env}@postgres:5432/guardian
1313

1414
postgres:
15-
image: postgres:16-alpine
15+
image: postgres:18-alpine
1616
ports:
1717
- "5432:5432"
1818
volumes:

docker-compose.registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
- DATABASE_URL=postgres://guardian:${POSTGRES_PASSWORD:?set POSTGRES_PASSWORD in .env.registry}@postgres:5432/guardian
3535

3636
postgres:
37-
image: postgres:16-alpine
37+
image: postgres:18-alpine
3838
volumes:
3939
- guardian-postgres:/var/lib/postgresql/data
4040
environment:

0 commit comments

Comments
 (0)