Skip to content

Commit

Permalink
Bump golang from f1fe698 to b8ded51 in /build (#5612)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and web-flow committed May 27, 2024
1 parent 2962dac commit e6ca3d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ LABEL org.opencontainers.image.version="${IC_VERSION}" \


############################################# Build nginx-ingress in golang container #############################################
FROM golang:1.22-alpine@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 AS builder
FROM golang:1.22-alpine@sha256:b8ded51bad03238f67994d0a6b88680609b392db04312f60c23358cc878d4902 AS builder
ARG IC_VERSION
ARG TARGETARCH

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


############################################# Download delve #############################################
FROM golang:1.22-alpine@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 AS debug-builder
ARG IC_VERSION
FROM golang:1.22-alpine@sha256:b8ded51bad03238f67994d0a6b88680609b392db04312f60c23358cc878d4902 AS debug-builder
ARG TARGETARCH

WORKDIR /go/src/github.com/nginxinc/kubernetes-ingress/
Expand Down

0 comments on commit e6ca3d0

Please sign in to comment.