From 1ebf3273d8ee97cfdc93e4d1d6e19b0cef3b47b0 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Sun, 14 May 2023 17:36:36 +0900 Subject: [PATCH] Update `PG_VERSION` to 14.8 Signed-off-by: Sora Morimoto --- .github/workflows/ci.yaml | 8 ++++---- Dockerfile | 4 ++-- Dockerfile-timescaledb | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c585446..92f1db43 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,28 +61,28 @@ jobs: uses: docker/build-push-action@v2 with: build-args: | - PG_VERSION=14.6 + PG_VERSION=14.8 VERSION=${{ steps.get-latest-tag.outputs.tag }} context: . file: ./Dockerfile push: true tags: | flyio/postgres:14 - flyio/postgres:14.6 + flyio/postgres:14.8 - name: Build and push TimescaleDB 14 id: docker_build_ts_14 uses: docker/build-push-action@v2 with: build-args: | - PG_VERSION=14.6 + PG_VERSION=14.8 VERSION=${{ steps.get-latest-tag.outputs.tag }} context: . file: ./Dockerfile-timescaledb push: true tags: | flyio/postgres-timescaledb:14 - flyio/postgres-timescaledb:14.6 + flyio/postgres-timescaledb:14.8 - name: Postgres 12 Image digest run: echo ${{ steps.docker_build.outputs.digest }} diff --git a/Dockerfile b/Dockerfile index 7c87cf67..a959a561 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PG_VERSION=14.4 +ARG PG_VERSION=14.8 ARG VERSION=custom FROM golang:1.16 as flyutil @@ -23,7 +23,7 @@ FROM flyio/stolon:327008e as stolon FROM wrouesnel/postgres_exporter:latest AS postgres_exporter FROM postgres:${PG_VERSION} -ARG VERSION +ARG VERSION ARG POSTGIS_MAJOR=3 ARG WALG_VERSION=2.0.0 diff --git a/Dockerfile-timescaledb b/Dockerfile-timescaledb index 48d04833..dea5f5df 100644 --- a/Dockerfile-timescaledb +++ b/Dockerfile-timescaledb @@ -1,4 +1,4 @@ -ARG PG_VERSION=14.6 +ARG PG_VERSION=14.8 ARG VERSION=custom FROM golang:1.16 as flyutil @@ -23,7 +23,7 @@ FROM flyio/stolon:327008e as stolon FROM wrouesnel/postgres_exporter:latest AS postgres_exporter FROM postgres:${PG_VERSION} -ARG VERSION +ARG VERSION ARG POSTGIS_MAJOR=3 ARG WALG_VERSION=2.0.0