Skip to content

Commit db397e4

Browse files
authored
Bumping PG version to 15.6 (#220)
1 parent ec0efa3 commit db397e4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,30 +37,30 @@ jobs:
3737
uses: docker/build-push-action@v3
3838
with:
3939
build-args: |
40-
PG_VERSION=15.3
40+
PG_VERSION=15.6
4141
PG_MAJOR_VERSION=15
4242
VERSION=${{ steps.get-latest-tag.outputs.tag }}
4343
context: .
4444
file: ./Dockerfile
4545
push: true
4646
tags: |
4747
flyio/postgres-flex:15
48-
flyio/postgres-flex:15.3
48+
flyio/postgres-flex:15.6
4949
-
5050
name: Build and push Postgres 15 Timescale DB
5151
id: docker_build_15_timescaledb
5252
uses: docker/build-push-action@v3
5353
with:
5454
build-args: |
55-
PG_VERSION=15.3
55+
PG_VERSION=15.6
5656
PG_MAJOR_VERSION=15
5757
VERSION=${{ steps.get-latest-tag.outputs.tag }}
5858
context: .
5959
file: ./Dockerfile-timescaledb
6060
push: true
6161
tags: |
6262
flyio/postgres-flex-timescaledb:15
63-
flyio/postgres-flex-timescaledb:15.3
63+
flyio/postgres-flex-timescaledb:15.6
6464
-
6565
name: Postgres 15 Image digest
6666
run: echo ${{ steps.docker_build_15.outputs.digest }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PG_VERSION=15.3
1+
ARG PG_VERSION=15.6
22
ARG PG_MAJOR_VERSION=15
33
ARG VERSION=custom
44

Dockerfile-timescaledb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PG_VERSION=15.3
1+
ARG PG_VERSION=15.6
22
ARG PG_MAJOR_VERSION=15
33
ARG VERSION=custom
44

0 commit comments

Comments
 (0)