diff --git a/podman-update/build/Dockerfile b/podman-update/build/Dockerfile index cba393c..109bc82 100644 --- a/podman-update/build/Dockerfile +++ b/podman-update/build/Dockerfile @@ -2,7 +2,7 @@ FROM rust as rust RUN mkdir -p /tmp/work WORKDIR /tmp/work -ARG NETAVARK_VERSION=main +ARG NETAVARK_VERSION=v1.6.0 RUN apt-get update && apt-get install -y \ bc \ binutils-aarch64-linux-gnu \