File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ wal2json_release_checksum: sha256:b516653575541cf221b99cf3f8be9b6821f6dbcfc12567
86
86
87
87
supautils_release : " 2.2.1"
88
88
supautils_release_checksum : sha256:1a2d2b8fe604d38921ed9cf3a0d56dd142a274035d0dca17ad21cdc81ddd9569
89
+ supautils_release_tar_checksum : sha256:f1f33371390322ac830645b8b0b8e249cb8ca10b19fdeae917f383014ed01b5d
89
90
90
91
pljava_release : master
91
92
pljava_release_checksum : sha256:e99b1c52f7b57f64c8986fe6ea4a6cc09d78e779c1643db060d0ac66c93be8b6
Original file line number Diff line number Diff line change @@ -927,8 +927,8 @@ RUN checkinstall -D --install=no --fstrans=no --backup=no --pakdir=/tmp --nodoc
927
927
# ###################
928
928
FROM ccache as supautils-source
929
929
ARG supautils_release
930
- ARG supautils_release_checksum
931
- ADD --checksum=${supautils_release_checksum } \
930
+ ARG supautils_release_tar_checksum
931
+ ADD --checksum=${supautils_release_tar_checksum } \
932
932
"https://github.com/supabase/supautils/archive/refs/tags/v${supautils_release}.tar.gz" \
933
933
/tmp/supautils.tar.gz
934
934
RUN tar -xvf /tmp/supautils.tar.gz -C /tmp && \
You can’t perform that action at this time.
0 commit comments