Update Dockerfile.higress

This commit is contained in:
澄潭
2023-02-10 17:36:36 +08:00
committed by GitHub
parent 7726d5d138
commit f402f86374

View File

@@ -7,6 +7,7 @@ ARG BASE_VERSION=latest
ARG HUB
# The following section is used as base image if BASE_DISTRIBUTION=debug
# This base image is provided by istio, see: https://github.com/istio/istio/blob/master/docker/Dockerfile.base
FROM ${HUB}/base:${BASE_VERSION}
ARG TARGETARCH