We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4164a commit ef73280Copy full SHA for ef73280
images/builder/Dockerfile
@@ -60,7 +60,7 @@ RUN apk add -U --no-cache \
60
# Install Golang CI Lint
61
FROM docker.io/library/alpine:3.19.1@sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0 as golangci
62
# update: datasource=github-tags depName=golangci/golangci-lint versioning=semver
63
-ENV GOLANGCI_VERSION="v1.58.0"
+ENV GOLANGCI_VERSION="v1.58.1"
64
WORKDIR /
65
# hadolint ignore=DL3018,DL4006
66
RUN apk add --no-cache curl && \
0 commit comments