Skip to content

Commit a1c5e66

Browse files
committed
Merge pull request #100 from chorrell/v4.3.0
Update to v4.3.0
2 parents e9854a3 + 555e351 commit a1c5e66

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

4.2/Dockerfile renamed to 4.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -ex \
1616
done
1717

1818
ENV NPM_CONFIG_LOGLEVEL info
19-
ENV NODE_VERSION 4.2.6
19+
ENV NODE_VERSION 4.3.0
2020

2121
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
2222
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

4.2/onbuild/Dockerfile renamed to 4.3/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:4.2.6
1+
FROM node:4.3.0
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app

4.2/slim/Dockerfile renamed to 4.3/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -ex \
1616
done
1717

1818
ENV NPM_CONFIG_LOGLEVEL info
19-
ENV NODE_VERSION 4.2.6
19+
ENV NODE_VERSION 4.3.0
2020

2121
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
2222
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

4.2/wheezy/Dockerfile renamed to 4.3/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -ex \
1616
done
1717

1818
ENV NPM_CONFIG_LOGLEVEL info
19-
ENV NODE_VERSION 4.2.6
19+
ENV NODE_VERSION 4.3.0
2020

2121
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
2222
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }
55

66
array_0_12='0';
7-
array_4_2='4 argon';
7+
array_4_3='4 argon';
88
array_5_6='5 latest';
99

1010
cd $(cd ${0%/*} && pwd -P);

0 commit comments

Comments
 (0)