Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorosa committed Mar 18, 2024
1 parent 1b87077 commit ded616e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
ports:
- "5432:${DBPORT}"
credential_digger:
platform: linux/amd64
build:
context: .
dockerfile: ./ui/Dockerfile
Expand Down
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
RUN pip install credentialdigger==4.13.0

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

0 comments on commit ded616e

Please sign in to comment.