We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18381bc commit 0d572e9Copy full SHA for 0d572e9
package/Dockerfile.shipyard-dapper-base
@@ -52,7 +52,7 @@ RUN dnf -y install --nodocs --setopt=install_weak_deps=False \
52
find /usr/bin /usr/lib/golang /usr/libexec -type f -executable -newercc /proc -size +1M ! -name hyperkube \( -execdir upx ${UPX_LEVEL} {} \; -o -true \) && \
53
ln -f /usr/bin/kubectl /usr/bin/hyperkube
54
55
-ENV LINT_VERSION=v1.46.2 \
+ENV LINT_VERSION=v1.47.3 \
56
HELM_VERSION=v3.9.0 \
57
KIND_VERSION=v0.14.0 \
58
BUILDX_VERSION=v0.8.2 \
0 commit comments