Update images that use ubuntu-slim base image to :0.6

This commit is contained in:
Jeff Grafton
2017-01-11 15:07:04 -08:00
parent 330c922706
commit 1c2ea28080
14 changed files with 21 additions and 21 deletions

View File

@@ -20,7 +20,7 @@
# scope and that the Logging API has been enabled for the project
# in the Google Developer Console.
FROM gcr.io/google_containers/ubuntu-slim:0.4
FROM gcr.io/google_containers/ubuntu-slim:0.6
# Disable prompts from apt

View File

@@ -26,7 +26,7 @@
.PHONY: build push
PREFIX=gcr.io/google_containers
TAG = 1.31
TAG = 1.32
build:
docker build --pull -t $(PREFIX)/fluentd-gcp:$(TAG) .