Compare commits

...

1 commit

Author SHA1 Message Date
Anton Livaja
553e2db816 chore: update postgresql version to 17.0 2024-10-17 10:09:24 -04:00

View file

@ -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}