FROM version lock to same version as opentimestamps image

This commit is contained in:
jash
2018-11-13 23:56:51 +01:00
committed by kexkey
parent f58841e338
commit 3d9df19602

View File

@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:11.1-alpine
RUN apk add --update bash su-exec p7zip openssl nano && rm -rf /var/cache/apk/*
RUN mkdir -p /app