Skip to content

Commit 0619f3a

Browse files
authored
Merge pull request #369 from dagstuan/dependabot/docker/SkredvarselGarminWeb/docker-dependencies-e4ee507e05
Bump dotnet/sdk from 10.0.102 to 10.0.103 in /SkredvarselGarminWeb in the docker-dependencies group
2 parents cf761ba + 8226164 commit 0619f3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SkredvarselGarminWeb/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:10.0.102 AS base
1+
FROM mcr.microsoft.com/dotnet/sdk:10.0.103 AS base
22
RUN apt-get update
33
RUN apt-get install -y npm
44
RUN npm install -g n
@@ -14,7 +14,7 @@ WORKDIR /app
1414
RUN dotnet test
1515
RUN dotnet publish SkredvarselGarminWeb -c Release -o publish
1616

17-
FROM mcr.microsoft.com/dotnet/sdk:10.0.102
17+
FROM mcr.microsoft.com/dotnet/sdk:10.0.103
1818
EXPOSE 8080
1919
WORKDIR /app
2020
COPY --from=builder /app/publish ./

0 commit comments

Comments
 (0)