Skip to content

Commit

Permalink
fixing playground
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Nov 19, 2024
1 parent 4dd71fa commit b204505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.0-bookworm-slim-amd64 AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0.0-bookworm-slim-amd64 AS base
WORKDIR /app
ENV ASPNETCORE_URLS=http://+:80
EXPOSE 80

FROM mcr.microsoft.com/dotnet/sdk:8.0.100-bookworm-slim-amd64 AS build
FROM mcr.microsoft.com/dotnet/sdk:9.0.100-bookworm-slim-amd64 AS build

RUN set -uex \
&& apt-get update \
Expand Down

0 comments on commit b204505

Please sign in to comment.