Skip to content

Commit

Permalink
Merge pull request #344 from olagacek/master
Browse files Browse the repository at this point in the history
Upgrade base image used by fluentd-gcp-scaler Dockerfile
  • Loading branch information
olagacek authored Jun 19, 2020
2 parents 4ed2ef2 + c127ba6 commit dfa4400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluentd-gcp-scaler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# This Dockerfile will build an image of a manual fluent-gcp scaler, allowing
# customers to override our resource request/limit defaults.

FROM gcr.io/google-containers/debian-base-amd64:1.0.0
FROM gcr.io/google-containers/debian-base-amd64:v1.0.1

# Download latest stable version of kubectl
RUN \
Expand Down
2 changes: 1 addition & 1 deletion fluentd-gcp-scaler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.PHONY: build push

PREFIX=staging-k8s.gcr.io
TAG = 0.5.2
TAG = 0.5.3

build:
docker build --pull -t $(PREFIX)/fluentd-gcp-scaler:$(TAG) .
Expand Down

0 comments on commit dfa4400

Please sign in to comment.