Update to Debian bookworm (12)

This commit is contained in:
jordi fita mas 2023-06-15 17:11:12 +02:00
parent 7d5f8ba2c0
commit 66517024c2
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
FROM debian:bullseye
FROM debian:bookworm
RUN set -eux \
&& apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y curl gpg \
&& curl https://build.opensuse.org/projects/home:jfita:numerus/signing_keys/download?kind=gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/obs-numerus.gpg \
&& echo 'deb [signed-by=/etc/apt/trusted.gpg.d/obs-numerus.gpg] http://download.opensuse.org/repositories/home:/jfita:/numerus/Debian_11/ ./' >> /etc/apt/sources.list.d/numerus.list \
&& echo 'deb [signed-by=/etc/apt/trusted.gpg.d/obs-numerus.gpg] http://download.opensuse.org/repositories/home:/jfita:/numerus/Debian_12/ ./' >> /etc/apt/sources.list.d/numerus.list \
&& apt-get remove --purge -y curl gpg \
&& apt-get autoremove --purge -y \
&& apt-get update \

View File

@ -1,11 +1,11 @@
FROM postgres:13-bullseye
FROM postgres:15-bookworm
RUN set -eux \
&& apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y curl gpg \
&& curl https://build.opensuse.org/projects/home:jfita:numerus/signing_keys/download?kind=gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/obs-numerus.gpg \
&& echo 'deb [signed-by=/etc/apt/trusted.gpg.d/obs-numerus.gpg] http://download.opensuse.org/repositories/home:/jfita:/numerus/Debian_11/ ./' >> /etc/apt/sources.list.d/numerus.list \
&& echo 'deb [signed-by=/etc/apt/trusted.gpg.d/obs-numerus.gpg] http://download.opensuse.org/repositories/home:/jfita:/numerus/Debian_12/ ./' >> /etc/apt/sources.list.d/numerus.list \
&& apt-get remove --purge -y curl gpg \
&& apt-get autoremove --purge -y \
&& apt-get update \