diff options
author | 2022-10-02 22:39:44 +0100 | |
---|---|---|
committer | 2022-10-02 22:39:44 +0100 | |
commit | cc635992c861f3174b1e2791a9607d986f4edc0f (patch) | |
tree | f6bccf601de19d250d81eb638f5587b8fb9aa5f1 | |
parent | Add a psql 15rc1 image (diff) |
Bump pg_cron version ready for psql 15
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |