Skip to content

Commit

Permalink
Pin to bullseye as the Docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
tossy310 authored and nickygerritsen committed Jun 13, 2023
1 parent 1adbe7b commit 4e9e1b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/domserver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stable-slim AS domserver-build
FROM debian:bullseye-slim AS domserver-build
LABEL org.opencontainers.image.authors="DOMjudge team <[email protected]>"

ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -35,7 +35,7 @@ COPY domserver/build.sh /domjudge-src/build.sh
RUN /domjudge-src/build.sh

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

ENV DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion docker/judgehost/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stable
FROM debian:bullseye
LABEL org.opencontainers.image.authors="DOMjudge team <[email protected]>"

ENV DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion docker/judgehost/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stable-slim
FROM debian:bullseye-slim
LABEL org.opencontainers.image.authors="DOMjudge team <[email protected]>"

ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 4e9e1b5

Please sign in to comment.