Skip to content

Commit

Permalink
Security patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Nov 19, 2024
1 parent b743321 commit ddfeb8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start from the fredericklab base container
FROM fredericklab/basecontainer:v0.4.0
FROM fredericklab/basecontainer:latest-release

# get build arguments
ARG BUILD_TIME
Expand All @@ -21,6 +21,9 @@ RUN echo "GITVERSION: "$GITVERSION
RUN echo "GITSHA: "$GITSHA
RUN echo "GITDATE: "$GITDATE

# security patches
RUN uv pip install "cryptography>=42.0.4" "urllib3>=1.26.17" "certifi>=2023.7.22"

# Copy rapidtide into container
COPY . /src/rapidtide
RUN ln -s /src/rapidtide/cloud /
Expand Down

0 comments on commit ddfeb8e

Please sign in to comment.