diff --git a/packages/postgresql/Containerfile b/packages/postgresql/Containerfile index d8bdb07..aac3aac 100644 --- a/packages/postgresql/Containerfile +++ b/packages/postgresql/Containerfile @@ -1,6 +1,6 @@ FROM scratch AS base -ENV VERSION=16.2 -ENV SRC_HASH=2b8201047ec81acd1bad29dba278d788e7891b9c3e8232eda16bb29dec8131c7 +ENV VERSION=17.0 +ENV SRC_HASH=None ENV SRC_FILE=postgresql-${VERSION}.tar.gz ENV SRC_SITE=https://ftp.postgresql.org/pub/source/v16.2/${SRC_FILE}