Skip to content

Commit 7c1dec3

Browse files
authored
Upgrade bazel docker image to 22.04 (#2351)
Ubuntu 20.04 is end of standard support and so security patches are only available to paid subscribers. Upgrading to 22.04 which has support until 2027.
1 parent 337638d commit 7c1dec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/oci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ATTENTION: use the build.sh script to build this image.
22
# ./build.sh <OCI_REPOSITORY> <BAZEL_VERSION>
33

4-
FROM ubuntu:20.04 AS base_image
4+
FROM ubuntu:22.04 AS base_image
55

66
RUN --mount=source=bazel/oci/install_packages.sh,target=/mnt/install_packages.sh,type=bind \
77
/mnt/install_packages.sh

0 commit comments

Comments
 (0)