diff --git a/devcontainer/scripts/prepare_image.sh b/devcontainer/scripts/prepare_image.sh index bba0b28..1e65f61 100755 --- a/devcontainer/scripts/prepare_image.sh +++ b/devcontainer/scripts/prepare_image.sh @@ -132,7 +132,7 @@ ${CURL} "https://github.com/kadwanev/retry/releases/download/${RETRY_VERSION}/re # install pkgx # renovate: datasource=github-releases depName=felipecrs/pkgx -PKGX_VERSION="1.2.0-felipecrs.0" +PKGX_VERSION="1.2.0-felipecrs.1" ${CURL} "https://github.com/felipecrs/pkgx/releases/download/v${PKGX_VERSION}/pkgx-${PKGX_VERSION}+linux+${UNAME_ARCH//_/-}.tar.xz" | tar -C /usr/local/bin -xJf - pkgx