chore: Debian bookworm update in Dockerfile

pull/140/head
Guenael, VA2GKA 2024-10-11 19:53:33 -04:00 zatwierdzone przez GitHub
rodzic 17502db2f3
commit 9acb24a4cd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
# ------------------- # -------------------
# The build container # The build container
# ------------------- # -------------------
FROM debian:bullseye-slim AS build FROM debian:bookworm-slim AS build
RUN apt-get update && \ RUN apt-get update && \
apt-get -y --no-install-recommends install \ apt-get -y --no-install-recommends install \
@ -35,7 +35,7 @@ RUN cd /root/rtlsdr-wsprd && \
# ------------------------- # -------------------------
# The application container # The application container
# ------------------------- # -------------------------
FROM debian:bullseye-slim FROM debian:bookworm-slim
RUN apt-get update && \ RUN apt-get update && \
apt-get -y --no-install-recommends install \ apt-get -y --no-install-recommends install \