Skip to content

Commit

Permalink
chore(deps): pin postgres docker tag to 4ca65a9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent b3084f9 commit ae53b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

services:
postgres:
image: postgres:15-alpine
image: postgres:15-alpine@sha256:4ca65a9209f164bdb30f715ac2ed9182cc0737d0f0a549031b3c1b0b7e652f3a
env:
POSTGRES_DB: vela
POSTGRES_PASSWORD: notARealPassword12345
Expand Down

0 comments on commit ae53b67

Please sign in to comment.