Skip to content

Commit b00d525

Browse files
authored
fix(bazel-bot): update builder base image to bookworm (#6350)
Update Stage 0 builder base image from EOL `rust:1.79-buster` to `rust:1-bookworm` to resolve container image scan vulnerabilities. For b/547577220
1 parent 3613457 commit b00d525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bazel-bot/docker-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
##########################################################
1919
# Build the command-line tool that lets us sign JWTs.
20-
FROM rust:1.79-buster
20+
FROM rust:1-bookworm
2121
RUN git clone https://github.com/mike-engel/jwt-cli.git
2222
WORKDIR /jwt-cli
2323
RUN git checkout 652b5c4b2a9d9a236aa3826a8dd34204ca7e1dad

0 commit comments

Comments
 (0)