Skip to content

Commit 648e519

Browse files
committed
updating to latest alpine for latest node, updating maintainer, fixing the last bits of the update to jekyll 3
1 parent 24bc329 commit 648e519

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM alpine:3.2
2-
MAINTAINER Ash Wilson <ash.wilson@rackspace.com>
1+
FROM alpine:3.6
2+
LABEL maintainer="Laura Santamaria <laura.santamaria@rackspace.com>"
33

44
RUN apk add --update ruby ruby-json ruby-dev git build-base libffi-dev nodejs python \
55
&& rm -rf /var/cache/apk/* \

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GEM
3838
sass (~> 3.2)
3939
jekyll-watch (1.3.0)
4040
listen (~> 3.0)
41-
json (1.8.3)
41+
json (1.8.5)
4242
kramdown (1.9.0)
4343
liquid (3.0.6)
4444
listen (3.0.5)

0 commit comments

Comments
 (0)