Skip to content

Commit f6c5849

Browse files
authored
Merge pull request #10 from constructive-io/devin/1773349311-update-pg-version-to-18
chore: update PG_VERSION from 17 to 18 in CI workflow
2 parents 679162a + ca829f9 commit f6c5849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
REGISTRY: ghcr.io
1212
IMAGE_NAME: constructive-io/docker/postgres-plus
13-
PG_VERSION: '17'
13+
PG_VERSION: '18'
1414

1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref }}-docker-postgres-plus

0 commit comments

Comments
 (0)