Skip to content

Commit

Permalink
chore(Dockerfiles): update deis/base to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Nov 4, 2016
1 parent 7c5a8ad commit 7a730d9
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.4
FROM quay.io/deis/base:v0.3.5

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.4
FROM quay.io/deis/base:v0.3.5

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.4
FROM quay.io/deis/base:v0.3.5

COPY . /

Expand Down

0 comments on commit 7a730d9

Please sign in to comment.