Skip to content

Commit

Permalink
build: use correct .net sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Jun 24, 2024
1 parent ed695d7 commit c8965fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mcr.microsoft.com/dotnet/runtime:8.0.1 AS base
FROM mcr.microsoft.com/dotnet/runtime:8.0.6 AS base
USER $APP_UID
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.101 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.302 AS build

ARG BUILD_CONFIGURATION=Release
ARG BUILD_NUMBER
Expand Down

0 comments on commit c8965fb

Please sign in to comment.