Skip to content

Commit

Permalink
fix: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jul 18, 2024
1 parent 150952a commit c693f45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ strip = true
opt-level = 's'

[workspace.package]
version = "1.1.1"
version = "1.1.2"
edition = "2021"
repository = "https://github.com/ldclabs/idempotent-proxy"
keywords = ["idempotent", "reverse", "proxy", "icp"]
Expand Down
2 changes: 1 addition & 1 deletion enclave/amd64.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base image
FROM --platform=arm64 rust:slim-bookworm AS builder
FROM --platform=amd64 rust:slim-bookworm AS builder

RUN apt-get update \
&& apt-get install -y gcc g++ libc6-dev pkg-config libssl-dev
Expand Down

0 comments on commit c693f45

Please sign in to comment.