1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-28 21:38:41 +00:00

Merge pull request #555 from samip5/upgrade-to-ubuntu-focal

Upgrade to Ubuntu Focal (20.04)
This commit is contained in:
Travis Rowland
2020-06-04 02:12:24 -07:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
ARG BASE_IMAGE=ubuntu:18.04
ARG BASE_IMAGE=ubuntu:20.04
FROM $BASE_IMAGE
ARG QEMU_ARCH