Skip to content

Commit

Permalink
Hotfix/release (#56)
Browse files Browse the repository at this point in the history
* Fix

* Update aspnet?

* Update dotnet runtime in test workflow

* Fix?

* Fix?

* Fix

* Fix
  • Loading branch information
framebassman authored Aug 28, 2022
1 parent 84048ab commit 57e2d4c
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,6 +1,6 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0.400-1-alpine3.16-amd64 AS build-env

RUN apk add --update 'nodejs>16.17.0-r0' 'npm>8.18.0-r1'
RUN apk add --update 'nodejs=16.16.0-r0' 'npm=8.10.0-r0'

COPY ./Chat.Web /app
WORKDIR /app
Expand Down

0 comments on commit 57e2d4c

Please sign in to comment.