Skip to content

Commit

Permalink
chore: make base image same with the previous
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Nov 11, 2024
1 parent b1cc632 commit 36c0b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi
EOF

# Build runtime image
FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet:8.0
FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim
WORKDIR /app
COPY --from=build-env /app/out .

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ACC
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi
EOF

# Build runtime image
FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet:8.0
FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim
WORKDIR /app
RUN apt-get update && apt-get install -y libc6-dev
COPY --from=build-env /app/out .
Expand Down

0 comments on commit 36c0b8b

Please sign in to comment.