Skip to content

Commit

Permalink
fix: staging ca in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Jan 15, 2025
1 parent 9d0276b commit 3be86f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/http/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/tinfoilanalytics/nitro-attestation-shim:v0.1.1 AS shim
FROM ghcr.io/tinfoilanalytics/nitro-attestation-shim:latest AS shim
FROM golang:1.23.3 AS build

COPY main.go .
Expand All @@ -11,4 +11,4 @@ RUN apk add iproute2
COPY --from=shim /nitro-attestation-shim /nitro-attestation-shim
COPY --from=build /app /app

ENTRYPOINT ["/nitro-attestation-shim", "-u", "80", "-c", "7443", "-l", "6000", "--", "/app"]
ENTRYPOINT ["/nitro-attestation-shim", "-s", "-d", "enclave-demo.tinfoil.sh", "-e", "[email protected]", "-u", "80", "-c", "7443", "-l", "443", "--", "/app"]

0 comments on commit 3be86f7

Please sign in to comment.