Skip to content

Commit

Permalink
Updated ubuntu, docker and docker-compose versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Jun 9, 2020
1 parent 9a56244 commit db6629f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM ubuntu:18.04
FROM ubuntu:20.04

RUN apt update \
&& apt install -y ca-certificates openssh-client \
wget curl iptables supervisor \
&& rm -rf /var/lib/apt/list/*

ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=19.03.5 \
DOCKER_COMPOSE_VERSION=1.25.0 \
DOCKER_VERSION=19.03.11 \
DOCKER_COMPOSE_VERSION=1.26.0 \
DEBUG=false

# Docker installation
Expand Down

0 comments on commit db6629f

Please sign in to comment.