Skip to content

Commit

Permalink
bump dotnet for the docker-fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 23, 2024
1 parent 8347685 commit f5c2648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-generator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.101-bookworm-slim AS builder
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.404-bookworm-slim AS builder
WORKDIR /source
COPY src/docker-compose-generator.csproj docker-compose-generator.csproj
# Cache some dependencies
Expand All @@ -8,7 +8,7 @@ COPY src/. .
RUN dotnet publish --output /app/ --configuration Release

#
FROM mcr.microsoft.com/dotnet/runtime:8.0.1-bookworm-slim
FROM mcr.microsoft.com/dotnet/runtime:8.0.11-bookworm-slim
LABEL org.btcpayserver.image=docker-compose-generator
WORKDIR /datadir
WORKDIR /app
Expand Down

0 comments on commit f5c2648

Please sign in to comment.