1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Image: Upgrade to Ubuntu 22.04. (#611)

This commit is contained in:
Skyler Mäntysaari
2022-05-18 19:34:12 +03:00
committed by GitHub
parent 9166a3b715
commit 29f719fe03

View File

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