From 239c8a3a3ea13d392fc1a2582d2bcfb5f6948116 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Wed, 1 Feb 2017 20:42:02 +0000 Subject: [PATCH] test/images/mount-tester-user: bump base image to 0.8 --- test/images/mount-tester-user/Dockerfile | 2 +- test/images/mount-tester-user/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/images/mount-tester-user/Dockerfile b/test/images/mount-tester-user/Dockerfile index 4634295510..b2c15a94d2 100644 --- a/test/images/mount-tester-user/Dockerfile +++ b/test/images/mount-tester-user/Dockerfile @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM gcr.io/google_containers/mounttest:0.7 +FROM gcr.io/google_containers/mounttest:0.8 USER 1001 diff --git a/test/images/mount-tester-user/Makefile b/test/images/mount-tester-user/Makefile index 5da8201163..92106d6b46 100644 --- a/test/images/mount-tester-user/Makefile +++ b/test/images/mount-tester-user/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -TAG = 0.4 +TAG = 0.5 PREFIX = gcr.io/google_containers all: push