We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8142e commit 2e40157Copy full SHA for 2e40157
1 file changed
src/Dockerfile
@@ -2,7 +2,7 @@ FROM node:10-alpine
2
3
RUN apk add --no-cache openssl
4
5
-RUN npm install -g solid-server@5.0.0-beta.6
+RUN npm install -g solid-server@5.0.0-beta.7
6
7
# image configuration
8
ENV SOLID_HOME=/opt/solid
0 commit comments