From 6e56fd3820677879fa4673bc6ec9ba41b28073ef Mon Sep 17 00:00:00 2001 From: deepthi Date: Wed, 6 Jan 2021 18:58:50 -0800 Subject: [PATCH] Fix copyright and bootstrap_version Signed-off-by: deepthi --- docker/vttestserver/Dockerfile.mysql57 | 4 ++-- docker/vttestserver/Dockerfile.mysql80 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/vttestserver/Dockerfile.mysql57 b/docker/vttestserver/Dockerfile.mysql57 index 008bbe44406..5e941f67a73 100644 --- a/docker/vttestserver/Dockerfile.mysql57 +++ b/docker/vttestserver/Dockerfile.mysql57 @@ -1,4 +1,4 @@ -# Copyright 2019 The Vitess Authors. +# Copyright 2021 The Vitess Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ # ensure images contain the right binaries. # Use a temporary layer for the build stage. -ARG bootstrap_version=0 +ARG bootstrap_version=1 ARG image="vitess/bootstrap:${bootstrap_version}-mysql57" FROM "${image}" AS builder diff --git a/docker/vttestserver/Dockerfile.mysql80 b/docker/vttestserver/Dockerfile.mysql80 index 68fb3d5c39f..eae174dd151 100644 --- a/docker/vttestserver/Dockerfile.mysql80 +++ b/docker/vttestserver/Dockerfile.mysql80 @@ -1,4 +1,4 @@ -# Copyright 2019 The Vitess Authors. +# Copyright 2021 The Vitess Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ # ensure images contain the right binaries. # Use a temporary layer for the build stage. -ARG bootstrap_version=0 +ARG bootstrap_version=1 ARG image="vitess/bootstrap:${bootstrap_version}-mysql80" FROM "${image}" AS builder