diff --git a/CHANGELOG.md b/CHANGELOG.md index 93469e62..02c7e37d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,8 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated Debian version to bookworm in node Docker images - Updated Rust version to 1.71.0 in node Docker images - Updated gRPC interfaces to 0.14.0 -- Updated the emulator SDK to 0.16.0 -- Updated the `server-manager` to 0.8.0 +- Updated emulator SDK to 0.16.2 +- Updated `server-manager` to 0.8.2 ### Removed diff --git a/offchain/README.md b/offchain/README.md index dce614ce..672c8a07 100644 --- a/offchain/README.md +++ b/offchain/README.md @@ -19,9 +19,9 @@ The Cartesi Node depends on the following components: | Component | Version | |---|---| -| Cartesi Machine SDK | [v0.16.0](https://github.com/cartesi/machine-emulator/releases/tag/v0.16.0) | +| Cartesi Machine SDK | [v0.16.2](https://github.com/cartesi/machine-emulator/releases/tag/v0.16.2) | | Cartesi OpenAPI Interfaces | [v0.6.0](https://github.com/cartesi/openapi-interfaces/releases/tag/v0.6.0) | -| Cartesi Server Manager | [v0.8.0](https://github.com/cartesi/server-manager/releases/tag/v0.8.0) | +| Cartesi Server Manager | [v0.8.2](https://github.com/cartesi/server-manager/releases/tag/v0.8.2) | ### Running diff --git a/offchain/test-fixtures/docker/machine_snapshot.Dockerfile b/offchain/test-fixtures/docker/machine_snapshot.Dockerfile index afe8bc0a..5a2f77b7 100644 --- a/offchain/test-fixtures/docker/machine_snapshot.Dockerfile +++ b/offchain/test-fixtures/docker/machine_snapshot.Dockerfile @@ -1,7 +1,7 @@ # (c) Cartesi and individual authors (see AUTHORS) # SPDX-License-Identifier: Apache-2.0 (see LICENSE) -FROM cartesi/server-manager:0.8.0 +FROM cartesi/server-manager:0.8.2 USER root diff --git a/offchain/test-fixtures/docker/server_manager_nonroot.Dockerfile b/offchain/test-fixtures/docker/server_manager_nonroot.Dockerfile index ebc5505f..6b5e2194 100644 --- a/offchain/test-fixtures/docker/server_manager_nonroot.Dockerfile +++ b/offchain/test-fixtures/docker/server_manager_nonroot.Dockerfile @@ -1,7 +1,7 @@ # (c) Cartesi and individual authors (see AUTHORS) # SPDX-License-Identifier: Apache-2.0 (see LICENSE) -FROM cartesi/server-manager:0.8.0 +FROM cartesi/server-manager:0.8.2 ARG user ARG group diff --git a/onchain/rollups/test/foundry/dapp/helper/Dockerfile b/onchain/rollups/test/foundry/dapp/helper/Dockerfile index e2757d2b..732b7a6b 100755 --- a/onchain/rollups/test/foundry/dapp/helper/Dockerfile +++ b/onchain/rollups/test/foundry/dapp/helper/Dockerfile @@ -1,7 +1,7 @@ # (c) Cartesi and individual authors (see AUTHORS) # SPDX-License-Identifier: Apache-2.0 (see LICENSE) -FROM cartesi/server-manager:0.8.0 +FROM cartesi/server-manager:0.8.2 WORKDIR /opt/gen-proofs # root permission