Skip to content

Commit ef37f33

Browse files
committed
Minor version bumps
1 parent 3f253f2 commit ef37f33

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,92 +36,92 @@ jobs:
3636
uses: docker/build-push-action@v3
3737
with:
3838
build-args: |
39-
PG_VERSION=15.10
39+
PG_VERSION=15.12
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.10
47+
flyio/postgres-flex:15.12
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.10
54+
PG_VERSION=15.12
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.10
62+
flyio/postgres-flex-timescaledb:15.12
6363
6464
-
6565
name: Build and push Postgres 16
6666
id: docker_build_16
6767
uses: docker/build-push-action@v3
6868
with:
6969
build-args: |
70-
PG_VERSION=16.6
70+
PG_VERSION=16.8
7171
PG_MAJOR_VERSION=16
7272
VERSION=${{ steps.get-latest-tag.outputs.tag }}
7373
context: .
7474
file: ./pg16/Dockerfile
7575
push: true
7676
tags: |
7777
flyio/postgres-flex:16
78-
flyio/postgres-flex:16.6
78+
flyio/postgres-flex:16.8
7979
-
8080
name: Build and push Postgres 16 Timescale DB
8181
id: docker_build_16_timescaledb
8282
uses: docker/build-push-action@v3
8383
with:
8484
build-args: |
85-
PG_VERSION=16.6
85+
PG_VERSION=16.8
8686
PG_MAJOR_VERSION=16
8787
VERSION=${{ steps.get-latest-tag.outputs.tag }}
8888
context: .
8989
file: ./pg16/Dockerfile-timescaledb
9090
push: true
9191
tags: |
9292
flyio/postgres-flex-timescaledb:16
93-
flyio/postgres-flex-timescaledb:16.6
93+
flyio/postgres-flex-timescaledb:16.8
9494
9595
-
9696
name: Build and push Postgres 17
9797
id: docker_build_17
9898
uses: docker/build-push-action@v3
9999
with:
100100
build-args: |
101-
PG_VERSION=17.2
101+
PG_VERSION=17.4
102102
PG_MAJOR_VERSION=17
103103
VERSION=${{ steps.get-latest-tag.outputs.tag }}
104104
context: .
105105
file: ./pg17/Dockerfile
106106
push: true
107107
tags: |
108108
flyio/postgres-flex:17
109-
flyio/postgres-flex:17.2
109+
flyio/postgres-flex:17.4
110110
-
111111
name: Build and push Postgres 17 Timescale DB
112112
id: docker_build_17_timescaledb
113113
uses: docker/build-push-action@v3
114114
with:
115115
build-args: |
116-
PG_VERSION=17.2
116+
PG_VERSION=17.4
117117
PG_MAJOR_VERSION=17
118118
VERSION=${{ steps.get-latest-tag.outputs.tag }}
119119
context: .
120120
file: ./pg17/Dockerfile-timescaledb
121121
push: true
122122
tags: |
123123
flyio/postgres-flex-timescaledb:17
124-
flyio/postgres-flex-timescaledb:17.2
124+
flyio/postgres-flex-timescaledb:17.4
125125
-
126126
name: Postgres 15 Image digest
127127
run: echo ${{ steps.docker_build_15.outputs.digest }}

pg15/Dockerfile

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

pg15/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.10
1+
ARG PG_VERSION=15.12
22
ARG PG_MAJOR_VERSION=15
33
ARG VERSION=custom
44

pg16/Dockerfile

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

pg16/Dockerfile-timescaledb

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

0 commit comments

Comments
 (0)