Skip to content

Commit c693f45

Browse files
committed
fix: fix dockerfile
1 parent 150952a commit c693f45

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ strip = true
1515
opt-level = 's'
1616

1717
[workspace.package]
18-
version = "1.1.1"
18+
version = "1.1.2"
1919
edition = "2021"
2020
repository = "https://github.com/ldclabs/idempotent-proxy"
2121
keywords = ["idempotent", "reverse", "proxy", "icp"]

enclave/amd64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base image
2-
FROM --platform=arm64 rust:slim-bookworm AS builder
2+
FROM --platform=amd64 rust:slim-bookworm AS builder
33

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

0 commit comments

Comments
 (0)