Skip to content

Commit c1f8b84

Browse files
authored
feat: update db
1 parent 4e1d122 commit c1f8b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-dockerize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Label used to access the service container
1414
postgres:
1515
# Docker Hub image
16-
image: postgres:15-alpine
16+
image: postgres:17-alpine
1717
ports:
1818
- 5432:5432
1919
# Provide the password for postgres

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pool:
1414
resources:
1515
containers:
1616
- container: postgres
17-
image: postgres:15-alpine
17+
image: postgres:17-alpine
1818
env:
1919
POSTGRES_PASSWORD: postgres
2020
POSTGRES_DB: testdb

0 commit comments

Comments
 (0)