Skip to content

Commit af46ba9

Browse files
committed
bug 1853662: downgrade build image to bullseye
1 parent 66c02cb commit af46ba9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# https://hub.docker.com/_/rust/
2-
FROM rust:1.72.1-bookworm@sha256:6a2ac38604fce995fd586c8d760147f71d9113dcbe84a7fcddcb30c60a1ec7ee
2+
# NOTE(willkg): we want to use an older debian image so that we're not locked
3+
# into a newer glibc
4+
FROM rust:1.72.1-bullseye@sha256:6562d50b62366d5b9db92b34c6684fab5bf3b9f627e59a863c9c0675760feed4
35

46
ARG groupid=10001
57
ARG userid=10001

0 commit comments

Comments
 (0)