forked from DOMjudge/domjudge-packaging
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin to bullseye as the Docker base image
For DOMjudge#150
- Loading branch information
1 parent
1adbe7b
commit 4e9e1b5
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|