Skip to content

Commit

Permalink
Update Dockerfile to fix unosquare#581
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopotic authored and geoperez committed Jul 30, 2020
1 parent 241a5a8 commit fce3475
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
Expand Up @@ -4,7 +4,7 @@ FROM mcr.microsoft.com/dotnet/core/sdk:$DOTNET_VERSION-alpine3.9 AS build
# Disable the invariant mode (set in base image)
RUN apk add --no-cache \
icu-libs \
nodejs=10.14.2-r0 \
nodejs=10.19.0-r0 \
nodejs-npm

WORKDIR /build
Expand Down

0 comments on commit fce3475

Please sign in to comment.