1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 12:29:07 +00:00

Upgraded BASE_IMAGE to 20.04.

This commit is contained in:
Skyler Mäntysaari
2020-05-03 19:00:15 +03:00
parent 541c9a075f
commit a418256b45

View File

@@ -1,4 +1,4 @@
ARG BASE_IMAGE=ubuntu:18.04 ARG BASE_IMAGE=ubuntu:20.04
FROM $BASE_IMAGE FROM $BASE_IMAGE
MAINTAINER Phusion <info@phusion.nl> MAINTAINER Phusion <info@phusion.nl>