From db8549f4f3f5658227789bed0ed7d2efc62ddf70 Mon Sep 17 00:00:00 2001 From: Aristeu Junior Date: Wed, 10 Jul 2024 13:56:03 -0300 Subject: [PATCH] Update Dockerfile.processor IPED Version --- Dockerfile.processor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.processor b/Dockerfile.processor index 248121e..9cb8a3f 100644 --- a/Dockerfile.processor +++ b/Dockerfile.processor @@ -1,6 +1,6 @@ FROM ipeddocker/iped:dependencies -ARG SNAPSHOT=true IPED_RELEASE_VERSION=4.2 SNAPSHOT_WORKFLOW_ID=9865244972 PKGTMPDIR=/tmp/pkgs +ARG SNAPSHOT=true IPED_RELEASE_VERSION=4.2 SNAPSHOT_WORKFLOW_ID=1684241455 PKGTMPDIR=/tmp/pkgs RUN --mount=type=secret,id=ACTION_GH_TOKEN export ACTION_GH_TOKEN=$(cat /run/secrets/ACTION_GH_TOKEN) \