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 11
11
- " .github/workflows/**"
12
12
13
13
env :
14
- version : 7.0 .${{github.run_number}}
14
+ version : 7.1 .${{github.run_number}}
15
15
imageRepository : " emberstack/kubernetes-reflector"
16
16
DOCKER_CLI_EXPERIMENTAL : " enabled"
17
17
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
2
2
WORKDIR /app
3
3
EXPOSE 25080
4
4
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
6
6
WORKDIR /src
7
7
COPY ["ES.Kubernetes.Reflector/ES.Kubernetes.Reflector.csproj" , "ES.Kubernetes.Reflector/" ]
8
8
RUN dotnet restore "ES.Kubernetes.Reflector/ES.Kubernetes.Reflector.csproj"
You can’t perform that action at this time.
0 commit comments