diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a09398..9f430bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: uses: docker/build-push-action@v6 with: build-args: | - PG_VERSION=15.10 + PG_VERSION=15.14 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.14 - name: Build and push Postgres 15 Timescale DB id: docker_build_15_timescaledb uses: docker/build-push-action@v6 with: build-args: | - PG_VERSION=15.10 + PG_VERSION=15.14 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.14 - name: Build and push Postgres 16 @@ -67,7 +67,7 @@ jobs: uses: docker/build-push-action@v6 with: build-args: | - PG_VERSION=16.6 + PG_VERSION=16.10 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.10 - name: Build and push Postgres 16 Timescale DB id: docker_build_16_timescaledb uses: docker/build-push-action@v6 with: build-args: | - PG_VERSION=16.6 + PG_VERSION=16.10 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.10 - name: Build and push Postgres 17 @@ -98,7 +98,7 @@ jobs: uses: docker/build-push-action@v6 with: build-args: | - PG_VERSION=17.2 + PG_VERSION=17.6 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.6 - name: Build and push Postgres 17 Timescale DB id: docker_build_17_timescaledb uses: docker/build-push-action@v6 with: build-args: | - PG_VERSION=17.2 + PG_VERSION=17.6 PG_MAJOR_VERSION=17 VERSION=${{ steps.get-latest-tag.outputs.tag }} context: . @@ -121,7 +121,9 @@ jobs: push: true tags: | flyio/postgres-flex-timescaledb:17 - flyio/postgres-flex-timescaledb:17.2 + flyio/postgres-flex-timescaledb:17.6 + + - name: Postgres 15 Image digest run: echo ${{ steps.docker_build_15.outputs.digest }} diff --git a/pg15/Dockerfile b/pg15/Dockerfile index 9611a1e..de023d5 100644 --- a/pg15/Dockerfile +++ b/pg15/Dockerfile @@ -1,4 +1,4 @@ -ARG PG_VERSION=15.10 +ARG PG_VERSION=15.14 ARG PG_MAJOR_VERSION=15 ARG VERSION=custom diff --git a/pg15/Dockerfile-timescaledb b/pg15/Dockerfile-timescaledb index 78c6942..a4f7db4 100644 --- a/pg15/Dockerfile-timescaledb +++ b/pg15/Dockerfile-timescaledb @@ -1,4 +1,4 @@ -ARG PG_VERSION=15.10 +ARG PG_VERSION=15.14 ARG PG_MAJOR_VERSION=15 ARG VERSION=custom diff --git a/pg16/Dockerfile b/pg16/Dockerfile index 0ec8914..85fa287 100644 --- a/pg16/Dockerfile +++ b/pg16/Dockerfile @@ -1,4 +1,4 @@ -ARG PG_VERSION=16.6 +ARG PG_VERSION=16.10 ARG PG_MAJOR_VERSION=16 ARG VERSION=custom diff --git a/pg16/Dockerfile-timescaledb b/pg16/Dockerfile-timescaledb index cdb92eb..9041036 100644 --- a/pg16/Dockerfile-timescaledb +++ b/pg16/Dockerfile-timescaledb @@ -1,4 +1,4 @@ -ARG PG_VERSION=16.6 +ARG PG_VERSION=16.10 ARG PG_MAJOR_VERSION=16 ARG VERSION=custom diff --git a/pg17/Dockerfile b/pg17/Dockerfile index 5b5fdf6..49253ed 100644 --- a/pg17/Dockerfile +++ b/pg17/Dockerfile @@ -1,4 +1,4 @@ -ARG PG_VERSION=17.2 +ARG PG_VERSION=17.6 ARG PG_MAJOR_VERSION=17 ARG VERSION=custom diff --git a/pg17/Dockerfile-timescaledb b/pg17/Dockerfile-timescaledb index 6790ee3..a6eb3b4 100644 --- a/pg17/Dockerfile-timescaledb +++ b/pg17/Dockerfile-timescaledb @@ -1,4 +1,4 @@ -ARG PG_VERSION=17.2 +ARG PG_VERSION=17.6 ARG PG_MAJOR_VERSION=17 ARG VERSION=custom