From 92bc940134f677fab8f5ca8e55186f0a0a3e175c Mon Sep 17 00:00:00 2001 From: Shaun Davis Date: Mon, 29 Jul 2024 11:05:33 -0500 Subject: [PATCH] Add latest PG release version (#250) --- .github/workflows/ci.yaml | 8 ++++---- pg15/Dockerfile | 2 +- pg15/Dockerfile-timescaledb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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