diff --git a/cluster-autoscaler/Dockerfile b/cluster-autoscaler/Dockerfile index d4cd99c1eee..c13dcceffa3 100644 --- a/cluster-autoscaler/Dockerfile +++ b/cluster-autoscaler/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG BASEIMAGE=k8s.gcr.io/debian-base-amd64:0.4.1 +ARG BASEIMAGE=k8s.gcr.io/debian-base-amd64:v1.0.0 FROM $BASEIMAGE LABEL maintainer="Marcin Wielgus "