Skip to content

Commit

Permalink
Merge pull request #161 from mboersma/update-base-image
Browse files Browse the repository at this point in the history
chore(Dockerfiles): update deis/base to 0.3.5
  • Loading branch information
mboersma authored Nov 4, 2016
2 parents 7c5a8ad + 7a730d9 commit 1331295
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 1331295

Please sign in to comment.