Skip to content

Commit

Permalink
feat: update db
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo authored Nov 29, 2024
1 parent 4e1d122 commit c1f8b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-dockerize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Label used to access the service container
postgres:
# Docker Hub image
image: postgres:15-alpine
image: postgres:17-alpine
ports:
- 5432:5432
# Provide the password for postgres
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pool:
resources:
containers:
- container: postgres
image: postgres:15-alpine
image: postgres:17-alpine
env:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: testdb
Expand Down

0 comments on commit c1f8b84

Please sign in to comment.