Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG HOST_SPAWN_VERSION=v1.6.2
ARG MARCH=aarch64
ADD https://github.com/1player/host-spawn/releases/download/${HOST_SPAWN_VERSION}/host-spawn-${MARCH} /host-spawn

FROM quay.io/fedora/fedora:43
FROM quay.io/fedora/fedora:45@sha256:3d3ac1dd3194a1d11ff24e83f969d068c31c69f39a29a3b8a12380d4f0f34ced
ARG TARGETARCH

WORKDIR /tmp
Expand Down