Skip to content

Commit

Permalink
upgrade ubuntu docker image 14.04 → 18.04 (#16926)
Browse files Browse the repository at this point in the history
  • Loading branch information
diguage authored and k8s-ci-robot committed Nov 4, 2019
1 parent 4363291 commit 9d21f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/examples/application/job/rabbitmq/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion content/ja/examples/application/job/rabbitmq/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 9d21f9c

Please sign in to comment.