Skip to content

Commit 040d429

Browse files
committed
chore(deps): update dotnet-sdk to v9
1 parent 2f01af0 commit 040d429

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://github.com/Azure/azure-cli/issues/19591
22
# https://iceburn.medium.com/azure-cli-docker-containers-7059750be1f2
3-
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-alpine AS base
3+
FROM mcr.microsoft.com/dotnet/runtime-deps:9.0-alpine AS base
44
ENV DOTNET_CLI_TELEMETRY_OPTOUT=true \
55
AZ_INSTALLER=DOCKER
66
RUN apk add --no-cache py3-pip && \
@@ -13,7 +13,7 @@ ENV ASPNETCORE_URLS=http://+:8080
1313
ENV AZURE_CONFIG_DIR=/app/.azure
1414

1515

16-
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS publish
16+
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS publish
1717
WORKDIR /src
1818
COPY . .
1919
RUN dotnet publish "AzureCliCredentialProxy.csproj" -c Release -r linux-musl-x64 -o /app/publish

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.402",
3+
"version": "9.0.101",
44
"rollForward": "latestMinor",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)