Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 40adb09

Browse files
committed
chore: bump version to 1.2.71
1 parent 0ea92d6 commit 40adb09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "rce-engine"
3-
version = "1.2.6"
3+
version = "1.2.71"
44
authors = ["ToolKitHub"]
55
description = "A secure service for running untrusted code inside isolated Docker containers via a simple HTTP API"
66
homepage = "https://github.com/ToolKitHub/rce-engine?tab=readme-ov-file#readme"

docs/install/ubuntu-22.04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Since rce-engine will run as a service under the `rce` user, install it directly
3232
sudo mkdir -p /home/rce/bin
3333

3434
# Install directly to the service user's directory
35-
sudo -u rce RCE_ENGINE_INSTALL_DIR=/home/rce/bin curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ToolKitHub/rce-engine/releases/download/v1.2.6/rce-engine-installer.sh | sh
35+
sudo -u rce RCE_ENGINE_INSTALL_DIR=/home/rce/bin curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ToolKitHub/rce-engine/releases/download/v1.2.71/rce-engine-installer.sh | sh
3636

3737
# Ensure correct permissions
3838
sudo chmod +rx /home/rce/bin/rce-engine

0 commit comments

Comments
 (0)