aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-30 06:49:43 -0700
committerGravatar GitHub <noreply@github.com>2021-08-30 06:49:43 -0700
commit5576d3bd4552a79a53abfe069d0bd036d6096b13 (patch)
treef2b68ade2de099df1be2a06251a82c248458c9f3 /infra
parenta98ad2844ecb27bedd9121f044a51654f7b0e73b (diff)
[cifuzz] Install docker for focal. (#6339)
Diffstat (limited to 'infra')
-rw-r--r--infra/cifuzz/cifuzz-base/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/cifuzz/cifuzz-base/Dockerfile b/infra/cifuzz/cifuzz-base/Dockerfile
index a0374ec0..5e1e7af1 100644
--- a/infra/cifuzz/cifuzz-base/Dockerfile
+++ b/infra/cifuzz/cifuzz-base/Dockerfile
@@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-runner
RUN apt-get update && \
apt-get install systemd -y && \
- wget https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce-cli_20.10.5~3-0~ubuntu-xenial_amd64.deb -O /tmp/docker-ce.deb && \
+ wget https://download.docker.com/linux/ubuntu/dists/focal/pool/stable/amd64/docker-ce-cli_20.10.8~3-0~ubuntu-focal_amd64.deb -O /tmp/docker-ce.deb && \
dpkg -i /tmp/docker-ce.deb && rm /tmp/docker-ce.deb
# Install newer Python from base-builder.