Skip to content

Commit b741779

Browse files
Bump dotnet/sdk from 10.0.203-alpine3.23 to 10.0.300-alpine3.23 (#310)
Bumps dotnet/sdk from 10.0.203-alpine3.23 to 10.0.300-alpine3.23. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 10.0.300-alpine3.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b8bd7a commit b741779

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0.203-alpine3.23 AS build
1+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0.300-alpine3.23 AS build
22
ARG TARGETARCH
33

44
WORKDIR /tmp
@@ -37,7 +37,7 @@ COPY src/Exercism.TestRunner.CSharp/ ./
3737
RUN dotnet publish -a $TARGETARCH --output /opt/test-runner --no-restore
3838

3939
# Build runtime image
40-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0.203-alpine3.23 AS runtime
40+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0.300-alpine3.23 AS runtime
4141

4242
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
4343
ENV DOTNET_ROLL_FORWARD=Major

0 commit comments

Comments
 (0)