Skip to content

Commit

Permalink
Update pan-os-upgrade version to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
cdot65 committed Jan 23, 2024
1 parent 65580a8 commit 4a536f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a536f4

Please sign in to comment.