From fd62e6a741262d72af5d0d9521a1cb65edb13839 Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Thu, 23 Mar 2023 06:07:02 -0700 Subject: [PATCH] Update Dockerfile --- podman-update/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-update/build/Dockerfile b/podman-update/build/Dockerfile index 74edbb4..f6be60a 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=v1.5.0 +ARG NETAVARK_VERSION=main RUN apt-get update && apt-get install -y \ bc \ binutils-aarch64-linux-gnu \