We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1d122 commit c1f8b84Copy full SHA for c1f8b84
.github/workflows/build-and-dockerize.yml
@@ -13,7 +13,7 @@ jobs:
13
# Label used to access the service container
14
postgres:
15
# Docker Hub image
16
- image: postgres:15-alpine
+ image: postgres:17-alpine
17
ports:
18
- 5432:5432
19
# Provide the password for postgres
azure-pipelines.yml
@@ -14,7 +14,7 @@ pool:
resources:
containers:
- container: postgres
env:
POSTGRES_PASSWORD: postgres
20
POSTGRES_DB: testdb
0 commit comments