Upgrade to Golang 1.20.4 (#10016)

* Upgrade to Golang 1.20.4 and alpine 3.18.0

* Handle Review comments
This commit is contained in:
Stilian Stoilov 2023-06-02 04:07:46 +03:00 committed by GitHub
parent d02ba28b96
commit 8a61027f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.20.1-alpine3.17 as builder
FROM golang:1.20.4-alpine3.18 as builder
WORKDIR /go/src/k8s.io/ingress-nginx/images/fastcgi