Skip to content

Commit

Permalink
internal: update images (skyrim-multiplayer#2174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Oct 13, 2024
1 parent e042c08 commit 47eb250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/deploy/remote/branchctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion misc/github_env_linux
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SKYMP_VCPKG_DEPS_IMAGE=skymp/skymp-vcpkg-deps:d678acc
SKYMP_VCPKG_DEPS_IMAGE=skymp/skymp-vcpkg-deps:e042c08

0 comments on commit 47eb250

Please sign in to comment.