File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/ES.Kubernetes.Reflector Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 - " .github/workflows/**"
1212
1313env :
14- version : 7.0 .${{github.run_number}}
14+ version : 7.1 .${{github.run_number}}
1515 imageRepository : " emberstack/kubernetes-reflector"
1616 DOCKER_CLI_EXPERIMENTAL : " enabled"
1717
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:7.0-bookworm-slim AS base
22WORKDIR /app
33EXPOSE 25080
44
5- FROM mcr.microsoft.com/dotnet/sdk:7.0-bullseye -slim-amd64 AS build
5+ FROM mcr.microsoft.com/dotnet/sdk:7.0-bookworm -slim-amd64 AS build
66WORKDIR /src
77COPY ["ES.Kubernetes.Reflector/ES.Kubernetes.Reflector.csproj" , "ES.Kubernetes.Reflector/" ]
88RUN dotnet restore "ES.Kubernetes.Reflector/ES.Kubernetes.Reflector.csproj"
You can’t perform that action at this time.
0 commit comments