Skip to content

Commit

Permalink
Update dependency felipecrs/cgroup-scripts to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent 05b975c commit a2375b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devcontainer/scripts/prepare_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ chmod +x /usr/local/bin/dond

# install cgroup-scripts
# renovate: datasource=github-releases depName=felipecrs/cgroup-scripts
CGROUP_SCRIPTS_VERSION="0.1.0"
CGROUP_SCRIPTS_VERSION="0.2.0"
mkdir -p /opt/cgroup-scripts
${CURL} "https://github.com/felipecrs/cgroup-scripts/raw/v${CGROUP_SCRIPTS_VERSION}/get_cpus.sh" \
-o /opt/cgroup-scripts/get_cpus.sh
Expand Down

0 comments on commit a2375b6

Please sign in to comment.