mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
ci: let ubuntu version be configurable
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Systemd inside a Docker container, for CI only
|
||||
FROM ubuntu:18.04
|
||||
ARG ubuntu_version=20.04
|
||||
FROM ubuntu:${ubuntu_version}
|
||||
|
||||
RUN apt-get update --yes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user