Skip to content

Commit

Permalink
Fix https pinning error (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl authored Aug 12, 2024
2 parents 10aef61 + 1c6c7bc commit dff4160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ ENV RENTERD_NETWORK='mainnet'

# Copy binary and prepare data dir.
COPY --from=builder /renterd/renterd /usr/bin/renterd
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
VOLUME [ "/data" ]

USER ${PUID}:${PGID}
Expand Down

0 comments on commit dff4160

Please sign in to comment.