Skip to content

Commit

Permalink
ginkgo(deps): bump golang in /prow/images/ginkgo (kyma-project#9478)
Browse files Browse the repository at this point in the history
Bumps golang from 1.21.4-alpine3.17 to 1.21.5-alpine3.17.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and dekiel committed Dec 16, 2023
1 parent 89b8b0b commit 94693f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prow/images/ginkgo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM golang:1.21.4-alpine3.17 AS builder
FROM golang:1.21.5-alpine3.17 AS builder

COPY . /test-infra
WORKDIR /test-infra
RUN go get github.com/onsi/ginkgo/v2/ginkgo/generators && \
go install github.com/onsi/ginkgo/v2/ginkgo && \
go get github.com/onsi/gomega/...

FROM golang:1.21.4-alpine3.17
FROM golang:1.21.5-alpine3.17

COPY --from=builder /go/bin/ginkgo /ginkgo
RUN apk update && \
Expand Down

0 comments on commit 94693f9

Please sign in to comment.