Make reflow run black.
[open-adventure.git] / Dockerfile.ci
index f7dcab92335df8f059bc179f299ced7094baf67d..598687b9dd130f496b12645e1d43056b70f4271d 100644 (file)
@@ -1,7 +1,9 @@
 # This image is built by the Gitlab CI pipeline to be used in subsequent
 # pipeline steps.
+# SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
+# SPDX-License-Identifier: BSD-2-Clause
 
-FROM ubuntu:focal
+FROM ubuntu
 
  # tell apt not to ask for any user input
 ENV DEBIAN_FRONTEND=noninteractive