There was an error while loading. Please reload this page.
1 parent 74037e4 commit c9fc1beCopy full SHA for c9fc1be
docker/backend/dev/Dockerfile
@@ -1,5 +1,5 @@
1
# Use an official node image
2
-FROM node:10.13.0-alpine
+FROM node:10.17.0-alpine
3
4
RUN set -xe \
5
&& apk add --no-cache bash git openssh \
docker/backend/prod/Dockerfile
-FROM node:10.16.0-alpine
0 commit comments