Merge pull request #3 from actions/non-slim-node

Use non-slim node
This commit is contained in:
Hayden Faulds
2019-02-01 13:57:42 +00:00
committed by GitHub

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>"