Skip to content

Commit 92bc940

Browse files
authoredJul 29, 2024··
Add latest PG release version (#250)
1 parent d8ec52d commit 92bc940

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,30 @@ jobs:
3636
uses: docker/build-push-action@v3
3737
with:
3838
build-args: |
39-
PG_VERSION=15.6
39+
PG_VERSION=15.7
4040
PG_MAJOR_VERSION=15
4141
VERSION=${{ steps.get-latest-tag.outputs.tag }}
4242
context: .
4343
file: ./pg15/Dockerfile
4444
push: true
4545
tags: |
4646
flyio/postgres-flex:15
47-
flyio/postgres-flex:15.6
47+
flyio/postgres-flex:15.7
4848
-
4949
name: Build and push Postgres 15 Timescale DB
5050
id: docker_build_15_timescaledb
5151
uses: docker/build-push-action@v3
5252
with:
5353
build-args: |
54-
PG_VERSION=15.6
54+
PG_VERSION=15.7
5555
PG_MAJOR_VERSION=15
5656
VERSION=${{ steps.get-latest-tag.outputs.tag }}
5757
context: .
5858
file: ./pg15/Dockerfile-timescaledb
5959
push: true
6060
tags: |
6161
flyio/postgres-flex-timescaledb:15
62-
flyio/postgres-flex-timescaledb:15.6
62+
flyio/postgres-flex-timescaledb:15.7
6363
6464
-
6565
name: Build and push Postgres 16

‎pg15/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PG_VERSION=15.6
1+
ARG PG_VERSION=15.7
22
ARG PG_MAJOR_VERSION=15
33
ARG VERSION=custom
44

‎pg15/Dockerfile-timescaledb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PG_VERSION=15.6
1+
ARG PG_VERSION=15.7
22
ARG PG_MAJOR_VERSION=15
33
ARG VERSION=custom
44

0 commit comments

Comments
 (0)
Please sign in to comment.