Skip to content

Commit

Permalink
updating python libs as part of build
Browse files Browse the repository at this point in the history
  • Loading branch information
rabellino-noaa committed Jul 10, 2024
1 parent 90732fc commit a3c24ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/python-sci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN conda config --set solver classic && \

# Get the latest package updates to keep security vulnerabilities down
RUN apk update && apk upgrade
RUN conda update stdlib
RUN conda update python

# Install idsse common python code
WORKDIR /python/idsse_common
Expand Down

0 comments on commit a3c24ec

Please sign in to comment.