forked from pypi/warehouse
-
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.
chore: upgrade underlying debian version (pypi#11472)
Debian `stable` has moved from buster (10) to bullseye (11). Swapping out the underlying Debian version provides us with acces to newer package dependencies, specifically: gcc 8.3 => 10.2 Refs: https://www.debian.org/releases/bullseye/ Refs: https://www.debian.org/releases/bullseye/amd64/release-notes/ch-whats-new.en.html#newdistro Signed-off-by: Mike Fiedler <[email protected]>
- Loading branch information
1 parent
f10741c
commit 6282b08
Showing
2 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
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 node:14.19.1 as static | ||
FROM node:14.19.1-bullseye as static | ||
|
||
WORKDIR /opt/warehouse/src/ | ||
|
||
|