mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2026-08-24 02:34:19 -05:00
chore(devcontainer): bump PowerShell from 7.5.4 to 7.6.0
This commit is contained in:
committed by
Jan De Dobbeleer
parent
5eb74dfb09
commit
727075a09a
@@ -9,9 +9,9 @@ ARG NODE_VERSION="none"
|
||||
RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi
|
||||
|
||||
# Install powershell
|
||||
ARG PS_VERSION="7.5.4"
|
||||
# powershell-7.5.4-linux-x64.tar.gz
|
||||
# powershell-7.5.4-linux-arm64.tar.gz
|
||||
ARG PS_VERSION="7.6.0"
|
||||
# powershell-7.6.0-linux-x64.tar.gz
|
||||
# powershell-7.6.0-linux-arm64.tar.gz
|
||||
RUN ARCH="$(dpkg --print-architecture)"; \
|
||||
if [ "${ARCH}" = "amd64" ]; then \
|
||||
PS_BIN="v$PS_VERSION/powershell-$PS_VERSION-linux-x64.tar.gz"; \
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
"NODE_VERSION": "lts/*",
|
||||
//Powershell version
|
||||
"PS_VERSION": "7.5.4"
|
||||
"PS_VERSION": "7.6.0"
|
||||
}
|
||||
},
|
||||
"runArgs": [
|
||||
|
||||
Reference in New Issue
Block a user