From 44a11c48df4c1c373a165af2b896bea46ac2dc04 Mon Sep 17 00:00:00 2001 From: Tom Eichlersmith <31970302+tomeichlersmith@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:58:59 -0500 Subject: [PATCH] bump ACTS to 47.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 275a93e..938ead0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -410,7 +410,7 @@ RUN install-ubuntu-packages \ ############################################################################### # Acts ############################################################################### -ENV ACTS_VERSION="36.0.0" +ENV ACTS_VERSION="47.2.0" LABEL acts.version=${ACTS_VERSION} RUN mkdir -p src &&\ ${__wget} https://github.com/acts-project/acts/archive/refs/tags/v${ACTS_VERSION}.tar.gz |\