Skip to content

Commit 6d5bcb7

Browse files
committed
Update postgis
1 parent b8b3f2b commit 6d5bcb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main, 15-3.4, 16-3.4 ]
88

99
env:
10-
LATEST: '16-3.4'
10+
LATEST: '17-3.5'
1111
REGISTRY: docker.io
1212
IMAGE_NAME: ${{ github.repository }}
1313

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM postgres:15-bullseye
22

33
ENV POSTGIS_MAJOR 3
4-
ENV POSTGIS_VERSION 3.4.2+dfsg-1.pgdg110+1
4+
ENV POSTGIS_VERSION 3.5.1+dfsg-1.pgdg110+1
55
ENV POSTGRES_INITDB_ARGS "--data-checksums"
66

77
RUN apt-get update \

Dockerfile.pgpool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM postgres:15-bullseye
22

33
ENV POSTGIS_MAJOR 3
4-
ENV POSTGIS_VERSION 3.4.2+dfsg-1.pgdg110+1
4+
ENV POSTGIS_VERSION 3.5.1+dfsg-1.pgdg110+1
55
ENV POSTGRES_INITDB_ARGS "--data-checksums"
66

77
RUN apt-get update \

0 commit comments

Comments
 (0)