From e0179937bf8bbc05cba82e946c4315e59bc4c858 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Tue, 16 May 2023 07:57:44 +0900 Subject: [PATCH] Update `PG_VERSION` to 15.3 (#198) Signed-off-by: Sora Morimoto --- .github/workflows/ci.yaml | 8 ++++---- Dockerfile | 2 +- Dockerfile-timescaledb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbf476b7..36dee09a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: uses: docker/build-push-action@v3 with: build-args: | - PG_VERSION=15.2 + PG_VERSION=15.3 PG_MAJOR_VERSION=15 VERSION=${{ steps.get-latest-tag.outputs.tag }} context: . @@ -45,14 +45,14 @@ jobs: push: true tags: | flyio/postgres-flex:15 - flyio/postgres-flex:15.2 + flyio/postgres-flex:15.3 - 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.2 + PG_VERSION=15.3 PG_MAJOR_VERSION=15 VERSION=${{ steps.get-latest-tag.outputs.tag }} context: . @@ -60,7 +60,7 @@ jobs: push: true tags: | flyio/postgres-flex-timescaledb:15 - flyio/postgres-flex-timescaledb:15.2 + flyio/postgres-flex-timescaledb:15.3 - name: Postgres 15 Image digest run: echo ${{ steps.docker_build_15.outputs.digest }} diff --git a/Dockerfile b/Dockerfile index 3e670a89..9ca09c14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PG_VERSION=15.2 +ARG PG_VERSION=15.3 ARG PG_MAJOR_VERSION=15 ARG VERSION=custom diff --git a/Dockerfile-timescaledb b/Dockerfile-timescaledb index 99ff8273..f703c38d 100644 --- a/Dockerfile-timescaledb +++ b/Dockerfile-timescaledb @@ -1,4 +1,4 @@ -ARG PG_VERSION=15.2 +ARG PG_VERSION=15.3 ARG PG_MAJOR_VERSION=15 ARG VERSION=custom