Skip to content

Commit

Permalink
Fixed Dockerfile to use .net 6
Browse files Browse the repository at this point in the history
  • Loading branch information
openbullet committed Jan 27, 2022
1 parent c4419ff commit 4fe4580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:5.0
FROM mcr.microsoft.com/dotnet/aspnet:6.0
RUN apt-get update -yq && apt-get upgrade -yq && apt-get install -yq curl git nano
RUN curl -sL https://deb.nodesource.com/setup_current.x | bash - && apt-get install -yq nodejs build-essential
WORKDIR /app
Expand Down

0 comments on commit 4fe4580

Please sign in to comment.