Skip to content

Commit

Permalink
build docker container with latest package version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorosa committed Jul 5, 2024
1 parent 402b9ac commit 9af16ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN git config --global http.sslverify false
RUN git config --global core.autocrlf false

# Install Credential Digger
RUN pip install credentialdigger==4.13.0
RUN pip install credentialdigger

# Keys args (optional, for HTTPS)
ARG SSL_certificate
Expand Down

0 comments on commit 9af16ee

Please sign in to comment.