Skip to content

Commit

Permalink
missed docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed May 14, 2024
1 parent 4fd9925 commit a83b781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build stage
FROM mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim AS build
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy-chiseled AS build
LABEL exclaimer-signature-analytics-build=true
ARG VERSION=1.0.0
WORKDIR /source
Expand Down Expand Up @@ -63,7 +63,7 @@ FROM build AS publish

RUN dotnet publish "Ombi.csproj" -c release --no-restore --no-build -o /app/publish

FROM mcr.microsoft.com/dotnet/aspnet:6.0-bullseye-slim as base
FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled as base
WORKDIR /src/Ombi
EXPOSE 5000

Expand Down

0 comments on commit a83b781

Please sign in to comment.