Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
node10
Browse files Browse the repository at this point in the history
  • Loading branch information
clouless committed Jan 27, 2019
1 parent 4c2853e commit 93cde4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get -qqy update \
#
# NODEJS
#
RUN curl -sL https://deb.nodesource.com/setup_9.x | bash - && \
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
apt-get update -qqy && apt-get -qqy install -y nodejs && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/*

Expand Down Expand Up @@ -55,7 +55,7 @@ RUN mkdir /var/run/dbus/ && \
#
COPY docker-entrypoint-hook.sh /opt/docker-entrypoint-hook.sh
RUN chmod u+rx,g+rx,o+rx,a-w /opt/docker-entrypoint-hook.sh && \
mkdir /tmp/.X11-unix && \
mkdir /tmp/.X11-unix | true && \
chown -R root:root /tmp/.X11-unix && \
chmod 1777 /tmp/.X11-unix

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Kubernetes Docker image providing Jenkins Slave JNLP with Node.JS, xvfb and Goog

| tool | version |
|------|---------|
| yarn | 1.5.1 |
| node.js | 9.9.0 |
| npm | 5.6.0 |
| google-chrome-stable | 65 |
| yarn | 1.13.0 |
| node.js | 10.15.0 |
| npm | 6.4.1 |
| google-chrome-stable | 71 |
| phantomjs | apt-get |
| Xvfb | apt-get |
| git | apt-get |
Expand Down

0 comments on commit 93cde4b

Please sign in to comment.