Skip to content

Commit 713ac6f

Browse files
dependabot[bot]Rahul Somasundaram
authored andcommitted
Bump golang from 2a88224 to f1fe698 in /build (nginx#5558)
Bumps golang from `2a88224` to `f1fe698`. --- 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>
1 parent c53f7e4 commit 713ac6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ LABEL org.opencontainers.image.version="${IC_VERSION}" \
408408

409409

410410
############################################# Build nginx-ingress in golang container #############################################
411-
FROM golang:1.22-alpine@sha256:2a882244fb51835ebbd8313bffee83775b0c076aaf56b497b43d8a4c72db65e1 AS builder
411+
FROM golang:1.22-alpine@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 AS builder
412412
ARG IC_VERSION
413413
ARG TARGETARCH
414414

@@ -421,7 +421,7 @@ RUN --mount=type=bind,target=/go/src/github.com/nginxinc/kubernetes-ingress/ --m
421421

422422

423423
############################################# Download delve #############################################
424-
FROM golang:1.22-alpine@sha256:2a882244fb51835ebbd8313bffee83775b0c076aaf56b497b43d8a4c72db65e1 AS debug-builder
424+
FROM golang:1.22-alpine@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 AS debug-builder
425425
ARG TARGETARCH
426426

427427
WORKDIR /go/src/github.com/nginxinc/kubernetes-ingress/

0 commit comments

Comments
 (0)