diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8d4d63e9..8e058e49 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: uses: docker/build-push-action@v3 with: build-args: | - PG_VERSION=15.6 + PG_VERSION=15.7 PG_MAJOR_VERSION=15 VERSION=${{ steps.get-latest-tag.outputs.tag }} context: . @@ -44,14 +44,14 @@ jobs: push: true tags: | flyio/postgres-flex:15 - flyio/postgres-flex:15.6 + flyio/postgres-flex:15.7 - name: Build and push Postgres 15 Timescale DB id: docker_build_15_timescaledb uses: docker/build-push-action@v3 with: build-args: | - PG_VERSION=15.6 + PG_VERSION=15.7 PG_MAJOR_VERSION=15 VERSION=${{ steps.get-latest-tag.outputs.tag }} context: . @@ -59,7 +59,7 @@ jobs: push: true tags: | flyio/postgres-flex-timescaledb:15 - flyio/postgres-flex-timescaledb:15.6 + flyio/postgres-flex-timescaledb:15.7 - name: Build and push Postgres 16 diff --git a/pg15/Dockerfile b/pg15/Dockerfile index c7bf7f47..854e1b99 100644 --- a/pg15/Dockerfile +++ b/pg15/Dockerfile @@ -1,4 +1,4 @@ -ARG PG_VERSION=15.6 +ARG PG_VERSION=15.7 ARG PG_MAJOR_VERSION=15 ARG VERSION=custom diff --git a/pg15/Dockerfile-timescaledb b/pg15/Dockerfile-timescaledb index a9e3fa7a..c01c2799 100644 --- a/pg15/Dockerfile-timescaledb +++ b/pg15/Dockerfile-timescaledb @@ -1,4 +1,4 @@ -ARG PG_VERSION=15.6 +ARG PG_VERSION=15.7 ARG PG_MAJOR_VERSION=15 ARG VERSION=custom