Skip to content

Commit 4e9e1b5

Browse files
tossy310nickygerritsen
authored andcommitted
Pin to bullseye as the Docker base image
For #150
1 parent 1adbe7b commit 4e9e1b5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docker/domserver/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:stable-slim AS domserver-build
1+
FROM debian:bullseye-slim AS domserver-build
22
LABEL org.opencontainers.image.authors="DOMjudge team <[email protected]>"
33

44
ENV DEBIAN_FRONTEND=noninteractive
@@ -35,7 +35,7 @@ COPY domserver/build.sh /domjudge-src/build.sh
3535
RUN /domjudge-src/build.sh
3636

3737
# Now create an image with the actual build in it
38-
FROM debian:stable-slim
38+
FROM debian:bullseye-slim
3939
LABEL org.opencontainers.image.authors="DOMjudge team <[email protected]>"
4040

4141
ENV DEBIAN_FRONTEND=noninteractive \

docker/judgehost/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:stable
1+
FROM debian:bullseye
22
LABEL org.opencontainers.image.authors="DOMjudge team <[email protected]>"
33

44
ENV DEBIAN_FRONTEND=noninteractive \

docker/judgehost/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:stable-slim
1+
FROM debian:bullseye-slim
22
LABEL org.opencontainers.image.authors="DOMjudge team <[email protected]>"
33

44
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)