Skip to content

Commit

Permalink
Update postgres Docker tag to v17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent eec9ed9 commit 7cebef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-crystal-shards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
container: ubuntu:latest
services:
postgres:
image: postgres:17.0-alpine
image: postgres:17.2-alpine
env:
POSTGRES_HOST_AUTH_METHOD: trust
mysql:
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
./test-ecosystem/scripts/apt-install-crystal-deps.sh
./test-ecosystem/scripts/00-install-bats.sh
- name: Initialize postgres
uses: docker://postgres:17.0-alpine
uses: docker://postgres:17.2-alpine
with:
args: /bin/sh -c "psql -U postgres -h postgres -f ./test-ecosystem/scripts/pg-init.sql"
- name: Initialize mysql
Expand Down

0 comments on commit 7cebef9

Please sign in to comment.