fix postgres release

This commit is contained in:
nicolas.dorier 2024-11-26 22:11:51 +09:00
parent 7c662416fe
commit 52560eecaa
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ RUN set -ex \
&& apt-get update \
&& apt-get install -qq --no-install-recommends qemu-user-static binfmt-support
FROM --platform=arm postgres:13.17
FROM --platform=arm postgres:13.18
COPY --from=downloader /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static
# Postgres doesn't ship packages for 9.6

View File

@ -4,7 +4,7 @@ RUN set -ex \
&& apt-get update \
&& apt-get install -qq --no-install-recommends qemu-user-static binfmt-support
FROM --platform=arm64 postgres:13.17
FROM --platform=arm64 postgres:13.18
COPY --from=downloader /usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64-static
ENV PREVIOUS_VERSION 9.6