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 01658a1 commit 92e33aeCopy full SHA for 92e33ae
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.1"
+ENV GOLANGCI_VERSION="v1.59.0"
64
WORKDIR /
65
# hadolint ignore=DL3018,DL4006
66
RUN apk add --no-cache curl && \
0 commit comments