Skip to content

Commit cb8dfb2

Browse files
committed
chore: bump pg image
1 parent 0fd398a commit cb8dfb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
tags: ghcr.io/x-b-e/server-pg:13
3535
build-args: |
3636
PG_MAJOR=13
37-
PG_IMAGE=postgis/postgis:13-13.3
37+
PG_IMAGE=postgis/postgis:13-13.4
3838
# outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=XBE server pg
3939
# cache-from: ghcr.io/x-b-e/server-pg

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
ARG PG_MAJOR="13"
4-
ARG PG_IMAGE="postgis/postgis:13-13.3"
4+
ARG PG_IMAGE="postgis/postgis:13-13.4"
55

66
FROM $PG_IMAGE
77

0 commit comments

Comments
 (0)