Skip to content

Commit

Permalink
get playground working
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Nov 6, 2023
1 parent 70db9c7 commit 42f66a3
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,8 +1,8 @@
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
WORKDIR /app
EXPOSE 80

FROM mcr.microsoft.com/dotnet/sdk:7.0.400 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build

RUN apt-get update && \
apt-get install curl gnupg -yq && \
Expand Down

0 comments on commit 42f66a3

Please sign in to comment.