From 4a536f4fec91c53dbb518b02e0dddef7676f3fde Mon Sep 17 00:00:00 2001 From: Calvin Remsburg Date: Tue, 23 Jan 2024 07:38:27 -0600 Subject: [PATCH] Update pan-os-upgrade version to 0.25 --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 1fc05b6..5cceb9b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -11,8 +11,8 @@ RUN apk add --no-cache gcc musl-dev libffi-dev make WORKDIR /app # Install any needed packages specified in requirements.txt -# Note: The requirements.txt should contain pan-os-upgrade==0.2.4 -RUN pip install --no-cache-dir pan-os-upgrade==0.2.4 +# Note: The requirements.txt should contain pan-os-upgrade==0.25 +RUN pip install --no-cache-dir pan-os-upgrade==0.25 # Set the locale to avoid issues with emoji rendering ENV LANG C.UTF-8