Skip to content

Commit

Permalink
Update dependency pkgx to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2025
1 parent 628c580 commit b6e3b89
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 @@ -134,7 +134,7 @@ ${CURL} "https://github.com/kadwanev/retry/releases/download/${RETRY_VERSION}/re

# install pkgx
# renovate: datasource=github-releases depName=pkgx packageName=pkgxdev/pkgx
PKGX_VERSION="1.4.1"
PKGX_VERSION="2.2.1"
${CURL} "https://github.com/pkgxdev/pkgx/releases/download/v${PKGX_VERSION}/pkgx-${PKGX_VERSION}+linux+${UNAME_ARCH//_/-}.tar.xz" |
tar -C /usr/local/bin -xJf - pkgx

Expand Down

0 comments on commit b6e3b89

Please sign in to comment.