Skip to content

Commit 4f63a76

Browse files
chore(common): upgrade rust golden image (#877)
* chore(common): upgrade rust golden image * chore(common): upgrade services' base image * chore(kms-connector): remove apk install in docker * chore(common): remove openssh from golden image
1 parent 9f9e0b1 commit 4f63a76

File tree

18 files changed

+26
-82
lines changed

18 files changed

+26
-82
lines changed

.github/workflows/coprocessor-cargo-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Rust
5353
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
5454
with:
55-
toolchain: 1.89.0
55+
toolchain: 1.90.0
5656
components: clippy
5757

5858
- name: Install dependencies

.github/workflows/coprocessor-cargo-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Rust
4646
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
4747
with:
48-
toolchain: 1.89.0
48+
toolchain: 1.90.0
4949
components: rustfmt
5050

5151
- name: Run fmt

coprocessor/fhevm-engine/db-migration/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build DB Migration
2-
FROM ghcr.io/zama-ai/fhevm/gci/rust-glibc:1.89.0 AS builder
2+
FROM ghcr.io/zama-ai/fhevm/gci/rust-glibc:1.90.0 AS builder
33

44
USER root
55

coprocessor/fhevm-engine/gw-listener/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build GW Listener
2-
FROM ghcr.io/zama-ai/fhevm/gci/rust-glibc:1.89.0 AS builder
2+
FROM ghcr.io/zama-ai/fhevm/gci/rust-glibc:1.90.0 AS builder
33

44
USER root
55

coprocessor/fhevm-engine/host-listener/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN cp .env.example .env
1313
RUN npm install && HARDHAT_NETWORK=hardhat npm run deploy:emptyProxies && npx hardhat compile
1414

1515
# Stage 1: Build Transaction Sender
16-
FROM ghcr.io/zama-ai/fhevm/gci/rust-glibc:1.89.0 AS builder
16+
FROM ghcr.io/zama-ai/fhevm/gci/rust-glibc:1.90.0 AS builder
1717

1818
USER root
1919

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.89.0"
2+
channel = "1.90.0"

coprocessor/fhevm-engine/sns-worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build SNS Worker
2-
FROM ghcr.io/zama-ai/fhevm/gci/rust-glibc:1.89.0 AS builder
2+
FROM ghcr.io/zama-ai/fhevm/gci/rust-glibc:1.90.0 AS builder
33

44
USER root
55

coprocessor/fhevm-engine/stress-test-generator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN npm ci --include=dev \
1616
&& npx hardhat compile
1717

1818
# Stage 1: Build Stress-Tool
19-
FROM ghcr.io/zama-ai/fhevm/gci/rust-glibc:1.89.0 AS builder
19+
FROM ghcr.io/zama-ai/fhevm/gci/rust-glibc:1.90.0 AS builder
2020

2121
USER root
2222

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.89.0"
2+
channel = "1.90.0"

coprocessor/fhevm-engine/tfhe-worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build TFHE Worker
2-
FROM ghcr.io/zama-ai/fhevm/gci/rust-glibc:1.89.0 AS builder
2+
FROM ghcr.io/zama-ai/fhevm/gci/rust-glibc:1.90.0 AS builder
33

44
USER root
55

0 commit comments

Comments
 (0)