Skip to content

Commit

Permalink
Bump openshift/release from golang-1.21 to golang-1.22
Browse files Browse the repository at this point in the history
Bumps openshift/release from golang-1.21 to golang-1.22.

---
updated-dependencies:
- dependency-name: openshift/release
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and manuelbuil committed Sep 20, 2024
1 parent 84eb13a commit 7c4e79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This dockerfile is used for building for OpenShift
FROM registry.ci.openshift.org/openshift/release:golang-1.21 as builder
FROM registry.ci.openshift.org/openshift/release:golang-1.22 as builder

Check warning on line 2 in Dockerfile.openshift

View workflow job for this annotation

GitHub Actions / Image push/origin

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
ADD . /go/src/github.com/k8snetworkplumbingwg/whereabouts
WORKDIR /go/src/github.com/k8snetworkplumbingwg/whereabouts
ENV CGO_ENABLED=1
Expand Down

0 comments on commit 7c4e79b

Please sign in to comment.