Skip to content

Commit

Permalink
chore(Dockerfile): update deis/base to v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Jan 11, 2017
1 parent 4553349 commit acb12e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grafana/rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/deis/base:v0.3.5
FROM quay.io/deis/base:v0.3.6

COPY . /

Expand Down
2 changes: 1 addition & 1 deletion influxdb/rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/deis/base:v0.3.5
FROM quay.io/deis/base:v0.3.6

RUN adduser --system \
--shell /bin/bash \
Expand Down
2 changes: 1 addition & 1 deletion telegraf/rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/deis/base:v0.3.5
FROM quay.io/deis/base:v0.3.6

COPY . /

Expand Down

0 comments on commit acb12e7

Please sign in to comment.