fix: fix node and fable versions

This commit is contained in:
Jonas Juselius
2023-03-31 15:17:09 +02:00
parent 37df4f65ff
commit cfffc3a88e
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"fable": {
"version": "3.7.0",
"version": "4.0.3",
"commands": [
"fable"
]
@@ -15,4 +15,4 @@
]
}
}
}
}

View File

@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0
# Add keys and sources lists
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" \
| tee /etc/apt/sources.list.d/yarn.list
@@ -16,7 +16,7 @@ RUN apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*
# Install dotnet tools
RUN dotnet tool install fable -g --prerelease
RUN dotnet tool install fable -g
# Trouble brewing
RUN rm /etc/ssl/openssl.cnf