From afbcf0283f26b80957244f2c3a092fefb1eb6bb4 Mon Sep 17 00:00:00 2001
From: Mike Fiedler <miketheman@gmail.com>
Date: Sat, 24 Sep 2022 17:23:21 -0400
Subject: [PATCH] chore: update static base image to bullseye

As previously attempted in #11472 and reverted in #11493

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

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
---
 Dockerfile        | 2 +-
 Dockerfile.static | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 629ebde95db2..3ee240bf6d93 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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/
 
diff --git a/Dockerfile.static b/Dockerfile.static
index 236b74a8bd3a..ec932a75c9f0 100644
--- a/Dockerfile.static
+++ b/Dockerfile.static
@@ -1,4 +1,4 @@
-FROM node:14.19.1 as static
+FROM node:14.19.1-bullseye as static
 
 WORKDIR /opt/warehouse/src/