Skip to content

Commit 06d824c

Browse files
committed
Release 6.5.0
1 parent 73a4f8f commit 06d824c

14 files changed

Lines changed: 23 additions & 23 deletions

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
Contains the following base images:
44

55
* node versions:
6-
- 6.2.2
7-
- 6.2.2-ssh (with openssh installed)
8-
- 6.2.2-vips (with libvips installed)
9-
- 6.2.2-vips-ssh (ssh+vips)
10-
- 6.2.2-ruby (with ruby 2.3.1 installed)
6+
- 6.5.0
7+
- 6.5.0-ssh (with openssh installed)
8+
- 6.5.0-vips (with libvips installed)
9+
- 6.5.0-vips-ssh (ssh+vips)
10+
- 6.5.0-ruby (with ruby 2.3.1 installed)
1111

1212
* rabbitmq:
1313
- 3.5.7 + autoclustering and many other plugins

libvips-apk/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gliderlabs/alpine:3.4
1+
FROM alpine:3.4
22

33
ARG HTTP_PROXY
44
ENV USERNAME alpine-sdk

node-ruby/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM gliderlabs/alpine:3.4
1+
FROM alpine:3.4
22

3-
ENV NODE_VERSION=v6.2.2 \
3+
ENV NODE_VERSION=v6.5.0 \
44
NPM_VERSION=3 \
55
NODE_HOME=/usr/local \
66
RUBY_MAJOR=2.3 \

node-ssh/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM gliderlabs/alpine:3.4
1+
FROM alpine:3.4
22

3-
ENV NODE_VERSION=v6.2.2 \
3+
ENV NODE_VERSION=v6.5.0 \
44
NPM_VERSION=3 \
55
NODE_HOME=/usr/local
66

node-ssh/Dockerfile.onbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM makeomatic/node:6.2.2-ssh
1+
FROM makeomatic/node:6.5.0-ssh
22

33
# copy stuff in
44
ONBUILD WORKDIR /src

node-vips-ssh/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM gliderlabs/alpine:3.4
1+
FROM alpine:3.4
22

3-
ENV NODE_VERSION=v6.2.2 \
3+
ENV NODE_VERSION=v6.5.0 \
44
NPM_VERSION=3 \
55
NODE_HOME=/usr/local
66

node-vips-ssh/Dockerfile.onbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM makeomatic/node:6.2.2-vips-ssh
1+
FROM makeomatic/node:6.5.0-vips-ssh
22

33
ONBUILD WORKDIR /src
44

node-vips/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM gliderlabs/alpine:3.4
1+
FROM alpine:3.4
22

3-
ENV NODE_VERSION=v6.2.2 \
3+
ENV NODE_VERSION=v6.5.0 \
44
NPM_VERSION=3.9.6 \
55
NODE_HOME=/usr/local
66

node-vips/Dockerfile.onbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM makeomatic/node:6.2.2-vips
1+
FROM makeomatic/node:6.5.0-vips
22

33
ONBUILD WORKDIR /src
44

node-vips/Dockerfile.tester-glibc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM makeomatic/node:6.2.2-vips
1+
FROM makeomatic/node:6.5.0-vips
22

33
ENV GLIBC_VER 2.23-r3
44

0 commit comments

Comments
 (0)