Skip to content

Commit

Permalink
Updated the base image to dotnet 8 bookworm-slim (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGershony authored Apr 19, 2024
1 parent 088d29b commit 23db7e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Blockcore.Indexer.Angor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS base
FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
Expand Down
2 changes: 1 addition & 1 deletion src/Blockcore.Indexer.Angor/Dockerfile.Release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim
FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim
WORKDIR /usr/local/app/

RUN apt-get update \
Expand Down

0 comments on commit 23db7e0

Please sign in to comment.