aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6facbd6..474d9b4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ ARG postgres_version=14
FROM postgres:$postgres_version-alpine
-ENV PG_CRON_VERSION=1.4.1 \
+ENV PG_CRON_VERSION=1.4.2 \
PG_REPACK_VERSION=1.4.7
# Install build deps