Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
chore: bump emulator SDK and server manager
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Aug 22, 2023
1 parent 2f48f97 commit 9436c7a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions offchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion offchain/test-fixtures/docker/machine_snapshot.Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion onchain/rollups/test/foundry/dapp/helper/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9436c7a

Please sign in to comment.