Skip to content

Commit 1534897

Browse files
authored
bump docker base to debian bookworm (#377)
* bump docker base to debian bookworm * bump pipeline version
1 parent 90da0c8 commit 1534897

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- ".github/workflows/**"
1212

1313
env:
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

src/ES.Kubernetes.Reflector/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:7.0-bookworm-slim AS base
22
WORKDIR /app
33
EXPOSE 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
66
WORKDIR /src
77
COPY ["ES.Kubernetes.Reflector/ES.Kubernetes.Reflector.csproj", "ES.Kubernetes.Reflector/"]
88
RUN dotnet restore "ES.Kubernetes.Reflector/ES.Kubernetes.Reflector.csproj"

0 commit comments

Comments
 (0)