Skip to content

Commit

Permalink
update certificates in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Oct 22, 2024
1 parent abf763a commit af81e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/scroll-proving-sdk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resources:
cpu: "100m"

persistence:
*app_name:
config:
enabled: true
type: configMap
mountPath: /sdk_prover/
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN cargo build --release --example cloud
FROM ubuntu:20.04

# Install necessary dependencies
RUN apt-get update && apt-get install -y libssl-dev && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y libssl-dev ca-certificates && rm -rf /var/lib/apt/lists/*

# Copy the built binary from the builder stage
COPY --from=builder /usr/src/app/target/release/examples/cloud /usr/local/bin/cloud
Expand Down

0 comments on commit af81e18

Please sign in to comment.