From bb0788dd5cd52f6d7e853113cad6c4881a462788 Mon Sep 17 00:00:00 2001 From: Shimin Guo Date: Thu, 30 Sep 2021 11:30:00 -0700 Subject: [PATCH] Update alpine version to latest (#1732) 3.11 will reach end of support on 2021-11-01 --- cmd/proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/proxy/Dockerfile b/cmd/proxy/Dockerfile index 3eb60abf4..1dc3378e2 100644 --- a/cmd/proxy/Dockerfile +++ b/cmd/proxy/Dockerfile @@ -6,7 +6,7 @@ # See project Makefile if using make. # See docker --build-arg if building directly. ARG GOLANG_VERSION=1.14 -ARG ALPINE_VERSION=3.11.5 +ARG ALPINE_VERSION=3.14.2 FROM golang:${GOLANG_VERSION}-alpine AS builder