Skip to content

Commit e1e111d

Browse files
committed
Update dcos-runner base image
The base node image used to build dcos-runner is super old and causes problems during the build stage. This commit updates this base image to a newer release.
1 parent 29ef3e5 commit e1e111d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-artifacts/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:7.1.0-slim
1+
FROM node:8.16.0-jessie-slim
22

33
RUN apt-get update && apt-get install -y \
44
git \

0 commit comments

Comments
 (0)