*: update dockerfile (#38114)

This commit is contained in:
xiongjiwei
2022-09-23 11:37:43 +08:00
committed by GitHub
parent 9c49304cdc
commit fd809fc6fc

View File

@ -13,7 +13,7 @@
# limitations under the License.
# Builder image
FROM golang:1.19.1 as builder
FROM golang:1.19.1-alpine as builder
RUN apk add --no-cache \
wget \