Switch to downloading the latest version of host-spawn

This commit is contained in:
2025-12-02 19:30:55 +09:00
parent ae2b662dbe
commit 0e038f8fc8
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
ARG FEDORA_BASE=43
ARG HOST_SPAWN=v1.6.2
# Allow build scripts to be referenced without being copied into the final image
FROM scratch AS ctx
@@ -11,8 +10,6 @@ COPY cosign.pub /cosign.pub
# Base Image
FROM registry.fedoraproject.org/fedora-toolbox:$FEDORA_BASE
ENV HOST_SPAWN=$HOST_SPAWN
### MODIFICATIONS
## make modifications desired in your image and install packages by modifying the build.sh script
## the following RUN directive does all the things required to run "build.sh" as recommended.