aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-02-09 09:29:10 +0000
committerGravatar Chris Lovering <[email protected]>2024-02-09 09:29:10 +0000
commit6669799a1b76b572968263c590f5b6e5b11edb11 (patch)
treec3ba6c74214bb0f6c2d5361467e94221eebb58aa
parentUpdate action versions in CI (diff)
Bump PG_CRON to 1.6.2 and PG_REPACK to 1.5.0
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index e55d78d..17f8a18 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,8 @@
ARG postgres_version=15
FROM postgres:$postgres_version-alpine
-ENV PG_CRON_VERSION=1.4.2 \
- PG_REPACK_VERSION=1.4.8
+ENV PG_CRON_VERSION=1.6.2 \
+ PG_REPACK_VERSION=1.5.0
# Install build deps
RUN apk add --no-cache --virtual .build-deps cmake build-base wget postgresql-dev lz4-dev zlib-dev gawk zstd-dev