mirror of
https://github.com/Retropex/dockerfile-deps.git
synced 2025-05-28 06:12:29 +02:00
fix postgres release
This commit is contained in:
parent
7c662416fe
commit
52560eecaa
@ -4,7 +4,7 @@ RUN set -ex \
|
|||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -qq --no-install-recommends qemu-user-static binfmt-support
|
&& 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
|
COPY --from=downloader /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static
|
||||||
|
|
||||||
# Postgres doesn't ship packages for 9.6
|
# Postgres doesn't ship packages for 9.6
|
||||||
|
@ -4,7 +4,7 @@ RUN set -ex \
|
|||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -qq --no-install-recommends qemu-user-static binfmt-support
|
&& 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
|
COPY --from=downloader /usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64-static
|
||||||
|
|
||||||
ENV PREVIOUS_VERSION 9.6
|
ENV PREVIOUS_VERSION 9.6
|
||||||
|
Loading…
Reference in New Issue
Block a user