diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 093ae30..54aef74 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.10 + PG_VERSION=15.12 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.10 + flyio/postgres-flex:15.12 - 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.10 + PG_VERSION=15.12 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.10 + flyio/postgres-flex-timescaledb:15.12 - name: Build and push Postgres 16 @@ -67,7 +67,7 @@ jobs: uses: docker/build-push-action@v3 with: build-args: | - PG_VERSION=16.6 + PG_VERSION=16.8 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.6 + flyio/postgres-flex:16.8 - 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.6 + PG_VERSION=16.8 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.6 + flyio/postgres-flex-timescaledb:16.8 - name: Build and push Postgres 17 @@ -98,7 +98,7 @@ jobs: uses: docker/build-push-action@v3 with: build-args: | - PG_VERSION=17.2 + PG_VERSION=17.4 PG_MAJOR_VERSION=17 VERSION=${{ steps.get-latest-tag.outputs.tag }} context: . @@ -106,14 +106,14 @@ jobs: push: true tags: | flyio/postgres-flex:17 - flyio/postgres-flex:17.2 + flyio/postgres-flex:17.4 - name: Build and push Postgres 17 Timescale DB id: docker_build_17_timescaledb uses: docker/build-push-action@v3 with: build-args: | - PG_VERSION=17.2 + PG_VERSION=17.4 PG_MAJOR_VERSION=17 VERSION=${{ steps.get-latest-tag.outputs.tag }} context: . @@ -121,7 +121,7 @@ jobs: push: true tags: | flyio/postgres-flex-timescaledb:17 - flyio/postgres-flex-timescaledb:17.2 + flyio/postgres-flex-timescaledb:17.4 - name: Postgres 15 Image digest run: echo ${{ steps.docker_build_15.outputs.digest }} diff --git a/pg15/Dockerfile b/pg15/Dockerfile index 9611a1e..ba1f932 100644 --- a/pg15/Dockerfile +++ b/pg15/Dockerfile @@ -1,4 +1,4 @@ -ARG PG_VERSION=15.10 +ARG PG_VERSION=15.12 ARG PG_MAJOR_VERSION=15 ARG VERSION=custom diff --git a/pg15/Dockerfile-timescaledb b/pg15/Dockerfile-timescaledb index 78c6942..00b8a48 100644 --- a/pg15/Dockerfile-timescaledb +++ b/pg15/Dockerfile-timescaledb @@ -1,4 +1,4 @@ -ARG PG_VERSION=15.10 +ARG PG_VERSION=15.12 ARG PG_MAJOR_VERSION=15 ARG VERSION=custom diff --git a/pg16/Dockerfile b/pg16/Dockerfile index 0ec8914..38fa1c7 100644 --- a/pg16/Dockerfile +++ b/pg16/Dockerfile @@ -1,4 +1,4 @@ -ARG PG_VERSION=16.6 +ARG PG_VERSION=16.8 ARG PG_MAJOR_VERSION=16 ARG VERSION=custom diff --git a/pg16/Dockerfile-timescaledb b/pg16/Dockerfile-timescaledb index cdb92eb..c810289 100644 --- a/pg16/Dockerfile-timescaledb +++ b/pg16/Dockerfile-timescaledb @@ -1,4 +1,4 @@ -ARG PG_VERSION=16.6 +ARG PG_VERSION=16.8 ARG PG_MAJOR_VERSION=16 ARG VERSION=custom diff --git a/pg17/Dockerfile b/pg17/Dockerfile index 5b5fdf6..8f2caee 100644 --- a/pg17/Dockerfile +++ b/pg17/Dockerfile @@ -1,4 +1,4 @@ -ARG PG_VERSION=17.2 +ARG PG_VERSION=17.4 ARG PG_MAJOR_VERSION=17 ARG VERSION=custom diff --git a/pg17/Dockerfile-timescaledb b/pg17/Dockerfile-timescaledb index 6790ee3..6f3084a 100644 --- a/pg17/Dockerfile-timescaledb +++ b/pg17/Dockerfile-timescaledb @@ -1,4 +1,4 @@ -ARG PG_VERSION=17.2 +ARG PG_VERSION=17.4 ARG PG_MAJOR_VERSION=17 ARG VERSION=custom