Skip to content

Commit 065d578

Browse files
committed
Bump PG version to 15.2
1 parent eabef60 commit 065d578

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
push: true
4646
tags: |
4747
flyio/postgres-flex:15
48-
flyio/postgres-flex:15.1
48+
flyio/postgres-flex:15.2
4949
-
5050
name: Build and push Postgres 15 Timescale DB
5151
id: docker_build_15_timescaledb
@@ -60,7 +60,7 @@ jobs:
6060
push: true
6161
tags: |
6262
flyio/postgres-flex-timescaledb:15
63-
flyio/postgres-flex-timescaledb:15.1
63+
flyio/postgres-flex-timescaledb:15.2
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.1
1+
ARG PG_VERSION=15.2
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.1
1+
ARG PG_VERSION=15.2
22
ARG PG_MAJOR_VERSION=15
33
ARG VERSION=custom
44

0 commit comments

Comments
 (0)