Skip to content

Commit 8e40115

Browse files
committed
use correct node version in slim
1 parent 912834c commit 8e40115

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

slim/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
FROM elixir:1.6.0-slim
22

3+
ENV NODE_VERSION 8.9.2
4+
35
RUN groupadd --gid 1000 node \
46
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
57

6-
# install awscli
8+
# install python and curl
79
RUN apt-get update \
810
&& apt-get install -y --no-install-recommends python-dev curl \
911
&& apt-get clean
@@ -25,8 +27,6 @@ RUN set -ex \
2527
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
2628
done
2729

28-
ENV NODE_VERSION 9.4.0
29-
3030
RUN buildDeps='xz-utils' \
3131
&& ARCH= && dpkgArch="$(dpkg --print-architecture)" \
3232
&& case "${dpkgArch##*-}" in \

0 commit comments

Comments
 (0)