Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/argocd_tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:1.24 as go_builder

Check warning on line 1 in dockerfiles/argocd_tools/Dockerfile

View workflow job for this annotation

GitHub Actions / dockerfiles (dockerfiles/argocd_tools)

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/

RUN go install github.com/yannh/kubeconform/cmd/kubeconform@v0.4.13

FROM ubuntu:noble-20241015
FROM ubuntu:noble-20260610

# Update ca-certs
RUN apt-get update && apt-get install --no-install-recommends ca-certificates -y \
Expand Down
Loading