upgrade ubuntu docker image 14.04 → 18.04 (#16926)

This commit is contained in:
diguage
2019-11-05 05:28:11 +08:00
committed by Kubernetes Prow Robot
parent 4363291c94
commit 9d21f9c105
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
# Specify BROKER_URL and QUEUE when running
FROM ubuntu:14.04
FROM ubuntu:18.04
RUN apt-get update && \
apt-get install -y curl ca-certificates amqp-tools python \
@@ -1,5 +1,5 @@
# Specify BROKER_URL and QUEUE when running
FROM ubuntu:14.04
FROM ubuntu:18.04
RUN apt-get update && \
apt-get install -y curl ca-certificates amqp-tools python \