Updating from buster to bullseye (#10025)

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
This commit is contained in:
Fredrik Svantes
2022-01-10 16:48:43 +01:00
committed by GitHub
parent 3bce9df382
commit 29a8b6c08f

View File

@@ -11,7 +11,7 @@
# docker build -t gcr.io/prysmaticlabs/rbe-worker:latest .
# gcloud docker -- push gcr.io/prysmaticlabs/rbe-worker:latest
FROM debian:buster-slim as build
FROM debian:bullseye-slim as build
# install gnu/gcc cross-build toolchain (gcc 8.3)
ENV DOCKER_CLI_EXPERIMENTAL=enabled