Skip to content

Commit

Permalink
Bump golang from 1.19-alpine to 1.20-alpine in /build (#3515)
Browse files Browse the repository at this point in the history
Bumps golang from 1.19-alpine to 1.20-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 3, 2023
1 parent e3ebd6e commit 9198212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ LABEL org.nginx.kic.image.build.nginx.version="${NGINX_PLUS_VERSION}${NGINX_VERS


############################################# Build nginx-ingress in golang container #############################################
FROM golang:1.19-alpine AS builder
FROM golang:1.20-alpine AS builder
ARG IC_VERSION
ARG TARGETARCH

Expand Down

0 comments on commit 9198212

Please sign in to comment.