Merge pull request #657 from snh/bullseye

Bump base to bullseye
pull/661/head
Steven Honson 2022-08-29 23:19:14 +10:00 zatwierdzone przez GitHub
commit 3e061465c8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
# -------------------
# The build container
# -------------------
FROM debian:buster-slim AS build
FROM debian:bullseye-slim AS build
# Upgrade base packages.
RUN apt-get update && \
@ -54,7 +54,7 @@ RUN git clone https://github.com/miweber67/spyserver_client.git /root/spyserver_
# -------------------------
# The application container
# -------------------------
FROM debian:buster-slim
FROM debian:bullseye-slim
EXPOSE 5000/tcp

Wyświetl plik

@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM debian:bullseye-slim
EXPOSE 5000/tcp