summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44e3c6b..3a82980 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ $(ARCHIVE_NAME).xz: $(ARCHIVE_NAME)
xz --keep --force --compress -9 --check=sha256 $(ARCHIVE_NAME)
container_image: Containerfile
- podman pull docker.io/ubuntu:questing
+ podman pull docker.io/ubuntu:resolute
podman build \
--volume $(mkfile_dir)downloads:/downloads \
--build-arg IMAGE_BUILD=$(IMAGE_BUILD) \