Skip to content

Commit

Permalink
🌱 Update Cspo Image group to v1.23.3 (#206)
Browse files Browse the repository at this point in the history
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| docker     | docker.io/library/golang | 1.23.0 | 1.23.3 |

Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com>
  • Loading branch information
cluster-stack-bot[bot] authored Nov 29, 2024
1 parent 5834b9b commit 479f496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/cspo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Build the manager binary
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.0-bullseye as build
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.3-bullseye as build

Check warning on line 16 in images/cspo/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and push manager image

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/
ARG TARGETOS TARGETARCH

COPY . /src/cluster-stack-provider-openstack
Expand Down

0 comments on commit 479f496

Please sign in to comment.