diff --git a/Dockerfile b/Dockerfile index 4e656f5..4389fa1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV DOTNET_CLI_TELEMETRY_OPTOUT=true \ AZ_INSTALLER=DOCKER RUN apk add --no-cache py3-pip && \ apk add --no-cache --virtual=build gcc musl-dev python3-dev libffi-dev openssl-dev cargo make && \ - pip install --no-cache-dir azure-cli && \ + pip install --no-cache-dir --break-system-packages azure-cli && \ apk del --purge build WORKDIR /app EXPOSE 8080 diff --git a/global.json b/global.json index 9978223..a1e3b8e 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.405", + "version": "7.0.406", "rollForward": "latestMinor", "allowPrerelease": false }