We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38cb83 commit 5ceeff3Copy full SHA for 5ceeff3
packages/examples/Dockerfile
@@ -1,5 +1,5 @@
1
# this docker is using us to verify published version
2
-FROM node:alpine
+FROM node:lts-alpine3.11
3
RUN apk add python make g++
4
COPY . /var/app
5
WORKDIR /var/app
0 commit comments