Skip to content

Commit

Permalink
Merge pull request #95 from fly-apps/pg-version-bump
Browse files Browse the repository at this point in the history
Bump PG version to 15.2
  • Loading branch information
davissp14 authored Feb 14, 2023
2 parents eabef60 + 065d578 commit 9096686
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
push: true
tags: |
flyio/postgres-flex:15
flyio/postgres-flex:15.1
flyio/postgres-flex:15.2
-
name: Build and push Postgres 15 Timescale DB
id: docker_build_15_timescaledb
Expand All @@ -60,7 +60,7 @@ jobs:
push: true
tags: |
flyio/postgres-flex-timescaledb:15
flyio/postgres-flex-timescaledb:15.1
flyio/postgres-flex-timescaledb:15.2
-
name: Postgres 15 Image digest
run: echo ${{ steps.docker_build_15.outputs.digest }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PG_VERSION=15.1
ARG PG_VERSION=15.2
ARG PG_MAJOR_VERSION=15
ARG VERSION=custom

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-timescaledb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PG_VERSION=15.1
ARG PG_VERSION=15.2
ARG PG_MAJOR_VERSION=15
ARG VERSION=custom

Expand Down

0 comments on commit 9096686

Please sign in to comment.