Bump distroless/base image to latest version

`distroless/base:latest` is a multi-arched image now, this will help the `kubemark` works properly
on the platforms other than `amd64`

Signed-off-by: Dave Chen <dave.chen@arm.com>
This commit is contained in:
Dave Chen 2021-07-05 13:47:55 +08:00
parent f9d0498f71
commit 26f223fa6e

View File

@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# The line below points to distroless/base as of 2019-11-15. The SHA should be
# kept in sycn with distroless_base definition in the WORKSPACE file.
FROM gcr.io/distroless/base@sha256:7fa7445dfbebae4f4b7ab0e6ef99276e96075ae42584af6286ba080750d6dfe5
FROM gcr.io/distroless/base:latest
COPY kubemark /kubemark