8000 Bump golang from `f1fe698` to `b8ded51` in /build (#5623) · nginx/kubernetes-ingress@250094e · GitHub
[go: up one dir, main page]

Skip to content

Commit 250094e

Browse files
authored
Bump golang from f1fe698 to b8ded51 in /build (#5623)
1 parent 2962dac commit 250094e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build/Dockerfile

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

404404

405405
############################################# Build nginx-ingress in golang container #############################################
406-
FROM golang:1.22-alpine@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 AS builder
406+
FROM golang:1.22-alpine@sha256:b8ded51bad03238f67994d0a6b88680609b392db04312f60c23358cc878d4902 AS builder
407407
ARG IC_VERSION
408408
ARG TARGETARCH
409409

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

417417

418418
############################################# Download delve #############################################
419-
FROM golang:1.22-alpine@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 AS debug-builder
420-
ARG IC_VERSION
419+
FROM golang:1.22-alpine@sha256:b8ded51bad03238f67994d0a6b88680609b392db04312f60c23358cc878d4902 AS debug-builder
421420
ARG TARGETARCH
422421

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

0 commit comments

Comments
 (0)
0