Browse Source

fix pads: use node:9-alpine, ref #50

Guilhem Saurel 6 years ago
parent
commit
cbfab22880
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pad/Dockerfile

+ 1 - 1
pad/Dockerfile

@@ -1,4 +1,4 @@
-FROM node:alpine as build
+FROM node:9-alpine as build
 
 RUN apk add --no-cache curl
 RUN mkdir /front-pad