Update to Debian bookworm (12)
This commit is contained in:
parent
7d5f8ba2c0
commit
66517024c2
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue