Use non-slim node

Resolves #2
Xref https://github.com/actions/npm/pull/14
This commit is contained in:
Peter Wagner
2019-01-31 13:30:41 -05:00
parent 6db8f1c22d
commit feb8622cd4

View File

@@ -1,6 +1,6 @@
FROM node:10-slim
FROM node:10
LABEL version="1.0.0"
LABEL version="2.0.0"
LABEL repository="http://github.com/actions/heroku"
LABEL homepage="http://github.com/actions/heroku"
LABEL maintainer="GitHub Actions <support+actions@github.com>"