diff --git a/misc/deploy/remote/branchctl.sh b/misc/deploy/remote/branchctl.sh index 953fbd2ec6..d954092434 100755 --- a/misc/deploy/remote/branchctl.sh +++ b/misc/deploy/remote/branchctl.sh @@ -21,7 +21,7 @@ docker run -d --restart=always --name="skymp-server-$branch" --network=host \ -u "`id -u`:`id -g`" \ --cpu-period=50000 --cpu-quota=25000 \ --cap-add=SYS_PTRACE \ - skymp/skymp-runtime-base:d678acc ./run.sh + skymp/skymp-runtime-base:e042c08 ./run.sh # ^ limited to 50% of CPU: https://stackoverflow.com/a/41552172 # This looks a bit ugly, but apparently is more fault-tolerant than older version: diff --git a/misc/github_env_linux b/misc/github_env_linux index 4ee39ad47a..b7efa03e71 100644 --- a/misc/github_env_linux +++ b/misc/github_env_linux @@ -1 +1 @@ -SKYMP_VCPKG_DEPS_IMAGE=skymp/skymp-vcpkg-deps:d678acc +SKYMP_VCPKG_DEPS_IMAGE=skymp/skymp-vcpkg-deps:e042c08