Skip to content

Commit

Permalink
Merge pull request #75 from 0GiS0/dependabot/docker/dotnet/sdk-9.0.101
Browse files Browse the repository at this point in the history
chore(deps): Bump dotnet/sdk from 8.0.401 to 9.0.101
  • Loading branch information
0GiS0 authored Dec 27, 2024
2 parents a7dc65c + f7c69b9 commit ee24fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV OTEL_SERVICE_NAME=tour-of-heroes-api
RUN adduser -u 5678 --disabled-password --gecos "" appuser && chown -R appuser /app
USER appuser

FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
FROM mcr.microsoft.com/dotnet/sdk:9.0.101 AS build

ARG TARGETARCH
ARG TARGETOS
Expand Down

0 comments on commit ee24fdb

Please sign in to comment.