Use non-slim node
Resolves #2 Xref https://github.com/actions/npm/pull/14
This commit is contained in:
@@ -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 repository="http://github.com/actions/heroku"
|
||||||
LABEL homepage="http://github.com/actions/heroku"
|
LABEL homepage="http://github.com/actions/heroku"
|
||||||
LABEL maintainer="GitHub Actions <support+actions@github.com>"
|
LABEL maintainer="GitHub Actions <support+actions@github.com>"
|
||||||
|
|||||||
Reference in New Issue
Block a user