mirror of
https://github.com/Retropex/dockerfile-deps.git
synced 2025-05-12 00:20:42 +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 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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user