Skip to content

Commit 338de25

Browse files
authored
Merge pull request #249 from chorrell/v0.10.48
Updated for v0.10.48
2 parents 0d10555 + 2716d80 commit 338de25

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

0.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN set -ex \
1515
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
1616
done
1717

18-
ENV NODE_VERSION 0.10.47
18+
ENV NODE_VERSION 0.10.48
1919

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

0.10/onbuild/Dockerfile

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

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

0.10/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN set -ex \
1515
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
1616
done
1717

18-
ENV NODE_VERSION 0.10.47
18+
ENV NODE_VERSION 0.10.48
1919

2020
RUN buildDeps='xz-utils' \
2121
&& set -x \

0.10/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN set -ex \
1515
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
1616
done
1717

18-
ENV NODE_VERSION 0.10.47
18+
ENV NODE_VERSION 0.10.48
1919

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

0 commit comments

Comments
 (0)