Skip to content

Commit 8fda206

Browse files
Update postgres Docker tag to v18.3
1 parent 2a6a387 commit 8fda206

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
services:
1515
postgres:
16-
image: postgres:18.2-alpine
16+
image: postgres:18.3-alpine
1717
env:
1818
POSTGRES_USER: thesis-management-postgres
1919
POSTGRES_PASSWORD: thesis-management-postgres

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ services:
105105
- thesis-management-network
106106

107107
db:
108-
image: "postgres:18.2-alpine"
108+
image: "postgres:18.3-alpine"
109109
container_name: thesis-management-db
110110
environment:
111111
- POSTGRES_USER=${SPRING_DATASOURCE_USERNAME}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
db:
3-
image: 'postgres:18.2-alpine'
3+
image: 'postgres:18.3-alpine'
44
container_name: thesis-management-db
55
volumes:
66
- ./db_backups:/db_backups

0 commit comments

Comments
 (0)