We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60549a4 commit d408148Copy full SHA for d408148
Dockerfile
@@ -1,6 +1,6 @@
1
# https://github.com/Azure/azure-cli/issues/19591
2
# https://iceburn.medium.com/azure-cli-docker-containers-7059750be1f2
3
-FROM mcr.microsoft.com/dotnet/runtime-deps:9.0-alpine AS base
+FROM mcr.microsoft.com/dotnet/runtime-deps:10.0-alpine AS base
4
ENV DOTNET_CLI_TELEMETRY_OPTOUT=true \
5
AZ_INSTALLER=DOCKER
6
RUN apk add --no-cache py3-pip && \
@@ -13,7 +13,7 @@ ENV ASPNETCORE_URLS=http://+:8080
13
ENV AZURE_CONFIG_DIR=/app/.azure
14
15
16
-FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS publish
+FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS publish
17
WORKDIR /src
18
COPY . .
19
0 commit comments