Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Commit 88f893b

Browse files
renovate[bot]dargmuesli
authored andcommitted
feat(deps): update postgres docker tag to v18
1 parent fc30fde commit 88f893b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/development/stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ services:
7878
environment:
7979
POSTGRES_DB: drinks
8080
POSTGRES_PASSWORD: postgres
81-
image: postgres:17.6-alpine@sha256:ef257d85f76e48da1c64832459b59fcaba1a4dac97bf5d7450c77753542eee94
81+
image: postgres:18.1-alpine@sha256:655a411a84c1d7af7a21473c2eda3d8d24d7a9ff38ca279c897871b34acc0ce1
8282
volumes:
83-
- postgres-data:/var/lib/postgresql/data
83+
- postgres-data:/var/lib/postgresql
8484
- ../production/data/postgres/01-schema.sql:/docker-entrypoint-initdb.d/01-schema.sql
8585
- ../production/data/postgres/02-drinks.sql:/docker-entrypoint-initdb.d/02-drinks.sql
8686
traefik:

0 commit comments

Comments
 (0)