diff --git a/test/images/mount-tester-user/Dockerfile b/test/images/mount-tester-user/Dockerfile index 46342955104..b2c15a94d24 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 5da82011631..92106d6b464 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