Revert "Use debian bullseye as the base"

This reverts commit 5dc766ae2d.
pull/564/head
Steven Honson 2021-08-20 13:43:47 +10:00
rodzic 864538f9ff
commit 678c0e6f2c
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
# -------------------
# The build container
# -------------------
FROM debian:bullseye-slim AS build
FROM debian:buster-slim AS build
# Upgrade base packages.
RUN apt-get update && \
@ -48,7 +48,7 @@ RUN /bin/sh build.sh
# -------------------------
# The application container
# -------------------------
FROM debian:bullseye-slim
FROM debian:buster-slim
EXPOSE 5000/tcp

Wyświetl plik

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