Skip to content

Commit 8114fdd

Browse files
chore(deps): update postgres docker tag to v18
1 parent bb3d92a commit 8114fdd

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
services:
5050
postgres:
51-
image: postgres:16-alpine
51+
image: postgres:18-alpine
5252
env:
5353
POSTGRES_DB: glean_test
5454
POSTGRES_USER: glean

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
services:
1010
postgres:
11-
image: postgres:16-alpine
11+
image: postgres:18-alpine
1212
container_name: glean-dev-postgres
1313
restart: unless-stopped
1414
environment:

docker-compose.lite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
services:
2121
postgres:
22-
image: postgres:16-alpine
22+
image: postgres:18-alpine
2323
container_name: glean-postgres
2424
environment:
2525
POSTGRES_DB: ${POSTGRES_DB:-glean}

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
services:
88
postgres-test:
9-
image: postgres:16-alpine
9+
image: postgres:18-alpine
1010
container_name: glean-test-postgres
1111
environment:
1212
POSTGRES_DB: glean_test

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
services:
1919
postgres:
20-
image: postgres:16-alpine
20+
image: postgres:18-alpine
2121
container_name: glean-postgres
2222
environment:
2323
POSTGRES_DB: ${POSTGRES_DB:-glean}

0 commit comments

Comments
 (0)