Skip to content

Commit

Permalink
Merge pull request #22 from 0GiS0/dependabot/docker/dotnet/sdk-8.0.101
Browse files Browse the repository at this point in the history
Bump dotnet/sdk from 8.0 to 8.0.101
  • Loading branch information
0GiS0 authored Feb 19, 2024
2 parents 7d4b950 + fb750ef commit 5bba7a5
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 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.101 AS build

ARG TARGETARCH
ARG TARGETOS
Expand Down

0 comments on commit 5bba7a5

Please sign in to comment.