Skip to content

Commit

Permalink
Merge pull request #243 from dagstuan/dependabot/docker/SkredvarselGa…
Browse files Browse the repository at this point in the history
…rminWeb/docker-dependencies-e704cefe80

Bump dotnet/sdk from 8.0.401-bookworm-slim to 8.0.401-1-bookworm-slim in /SkredvarselGarminWeb in the docker-dependencies group
  • Loading branch information
dagstuan authored Sep 19, 2024
2 parents 747eff8 + 2852f06 commit dc3cfaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SkredvarselGarminWeb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.401-bookworm-slim AS base
FROM mcr.microsoft.com/dotnet/sdk:8.0.401-1-bookworm-slim AS base
RUN apt-get update
RUN apt-get install -y ca-certificates curl gnupg
RUN mkdir -p /etc/apt/keyrings
Expand All @@ -16,7 +16,7 @@ COPY . .
RUN dotnet test
RUN dotnet publish SkredvarselGarminWeb -c Release -o publish

FROM mcr.microsoft.com/dotnet/sdk:8.0.401-bookworm-slim
FROM mcr.microsoft.com/dotnet/sdk:8.0.401-1-bookworm-slim
EXPOSE 8080
WORKDIR /app
COPY --from=builder /app/publish ./
Expand Down

0 comments on commit dc3cfaa

Please sign in to comment.