File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/sdk:7 .0-jammy AS build
1
+ FROM mcr.microsoft.com/dotnet/sdk:9 .0-jammy AS build
2
2
WORKDIR /app
3
3
4
4
# copy main project
@@ -7,7 +7,7 @@ COPY fsharp-api/ .
7
7
RUN dotnet publish -c Release -o ./bin
8
8
9
9
# final stage/image
10
- FROM mcr.microsoft.com/dotnet/nightly/aspnet:7 .0-jammy-chiseled AS runtime
10
+ FROM mcr.microsoft.com/dotnet/nightly/aspnet:9 .0-jammy-chiseled AS runtime
11
11
12
12
LABEL org.opencontainers.image.source=https://github.com/64J0/fsharp-monitoring
13
13
Original file line number Diff line number Diff line change 1
1
# https://github.com/vegasbrianc/prometheus/blob/master/docker-compose.yml
2
2
# https://docs.docker.com/compose/production/
3
- version : " 3.9"
4
-
5
3
services :
6
4
fsharp-api-server :
7
5
build : .
You can’t perform that action at this time.
0 commit comments