Skip to content

Commit

Permalink
bump docker base to debian bookworm (#377)
Browse files Browse the repository at this point in the history
* bump docker base to debian bookworm

* bump pipeline version
  • Loading branch information
kub3let authored Sep 20, 2023
1 parent 90da0c8 commit 1534897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- ".github/workflows/**"

env:
version: 7.0.${{github.run_number}}
version: 7.1.${{github.run_number}}
imageRepository: "emberstack/kubernetes-reflector"
DOCKER_CLI_EXPERIMENTAL: "enabled"

Expand Down
4 changes: 2 additions & 2 deletions src/ES.Kubernetes.Reflector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
FROM mcr.microsoft.com/dotnet/aspnet:7.0-bookworm-slim AS base
WORKDIR /app
EXPOSE 25080

FROM mcr.microsoft.com/dotnet/sdk:7.0-bullseye-slim-amd64 AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0-bookworm-slim-amd64 AS build
WORKDIR /src
COPY ["ES.Kubernetes.Reflector/ES.Kubernetes.Reflector.csproj", "ES.Kubernetes.Reflector/"]
RUN dotnet restore "ES.Kubernetes.Reflector/ES.Kubernetes.Reflector.csproj"
Expand Down

0 comments on commit 1534897

Please sign in to comment.