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 14, 2025
1 parent 82578f5 commit abc81b7
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 @@ -132,7 +132,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.5.0"
PKGX_VERSION="2.3.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 abc81b7

Please sign in to comment.