diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d3fb534..bb42f11 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.8 + PG_VERSION=15.10 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.8 + flyio/postgres-flex:15.10 - 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.8 + PG_VERSION=15.10 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.8 + flyio/postgres-flex-timescaledb:15.10 - name: Build and push Postgres 16 @@ -67,7 +67,7 @@ jobs: uses: docker/build-push-action@v3 with: build-args: | - PG_VERSION=16.4 + PG_VERSION=16.6 PG_MAJOR_VERSION=16 VERSION=${{ steps.get-latest-tag.outputs.tag }} context: . @@ -75,14 +75,14 @@ jobs: push: true tags: | flyio/postgres-flex:16 - flyio/postgres-flex:16.4 + flyio/postgres-flex:16.6 - name: Build and push Postgres 16 Timescale DB id: docker_build_16_timescaledb uses: docker/build-push-action@v3 with: build-args: | - PG_VERSION=16.4 + PG_VERSION=16.6 PG_MAJOR_VERSION=16 VERSION=${{ steps.get-latest-tag.outputs.tag }} context: . @@ -90,7 +90,7 @@ jobs: push: true tags: | flyio/postgres-flex-timescaledb:16 - flyio/postgres-flex-timescaledb:16.4 + flyio/postgres-flex-timescaledb:16.6 - name: Postgres 15 Image digest run: echo ${{ steps.docker_build_15.outputs.digest }} diff --git a/pg15/Dockerfile b/pg15/Dockerfile index 9bf7571..9611a1e 100644 --- a/pg15/Dockerfile +++ b/pg15/Dockerfile @@ -1,4 +1,4 @@ -ARG PG_VERSION=15.8 +ARG PG_VERSION=15.10 ARG PG_MAJOR_VERSION=15 ARG VERSION=custom diff --git a/pg15/Dockerfile-timescaledb b/pg15/Dockerfile-timescaledb index 578b9c7..78c6942 100644 --- a/pg15/Dockerfile-timescaledb +++ b/pg15/Dockerfile-timescaledb @@ -1,4 +1,4 @@ -ARG PG_VERSION=15.8 +ARG PG_VERSION=15.10 ARG PG_MAJOR_VERSION=15 ARG VERSION=custom diff --git a/pg16/Dockerfile b/pg16/Dockerfile index 77be11f..0ec8914 100644 --- a/pg16/Dockerfile +++ b/pg16/Dockerfile @@ -1,4 +1,4 @@ -ARG PG_VERSION=16.4 +ARG PG_VERSION=16.6 ARG PG_MAJOR_VERSION=16 ARG VERSION=custom diff --git a/pg16/Dockerfile-timescaledb b/pg16/Dockerfile-timescaledb index e72adb6..cdb92eb 100644 --- a/pg16/Dockerfile-timescaledb +++ b/pg16/Dockerfile-timescaledb @@ -1,4 +1,4 @@ -ARG PG_VERSION=16.4 +ARG PG_VERSION=16.6 ARG PG_MAJOR_VERSION=16 ARG VERSION=custom