Skip to content

Commit

Permalink
chore: update static base image to bullseye
Browse files Browse the repository at this point in the history
As previously attempted in pypi#11472 and reverted in pypi#11493

After isolating the condition that was observed and removing the calls
to compile `gifsicle` in pypi#12232, upgrade the `static` containers only
with this changest.

Signed-off-by: Mike Fiedler <[email protected]>
  • Loading branch information
miketheman committed Sep 24, 2022
1 parent 3a3e54d commit afbcf02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# our static assets with. It is important that the steps in this remain the
# same as the steps in Dockerfile.static, EXCEPT this may include additional
# steps appended onto the end.
FROM node:14.19.1 as static
FROM node:14.19.1-bullseye as static

WORKDIR /opt/warehouse/src/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.static
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/

Expand Down

0 comments on commit afbcf02

Please sign in to comment.