Bump ubuntu image to 22.04

This commit is contained in:
Jordan Bradford
2024-03-20 15:09:07 -04:00
parent 46e4045568
commit f921acc183

View File

@@ -1,5 +1,5 @@
# Systemd inside a Docker container, for CI only
ARG BASE_IMAGE=ubuntu:20.04
ARG BASE_IMAGE=ubuntu:22.04
FROM $BASE_IMAGE
# DEBIAN_FRONTEND is set to avoid being asked for input and hang during build: