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 e3b7ce1 commit 09e380dCopy full SHA for 09e380d
build/Dockerfile
@@ -36,7 +36,7 @@ RUN mkdir -p /var/run/vars && \
36
-ldflags "-X main.GitRepo=$(cat /var/run/vars/GIT_REPO) -X main.GitTag=$(cat /var/run/vars/GIT_LAST_TAG) -X main.GitCommit=$(cat /var/run/vars/GIT_HEAD_COMMIT) -X main.GitDirty=$(cat /var/run/vars/GIT_MODIFIED) -X main.BuildTime=$(cat /var/run/vars/BUILD_DATE)" \
37
-o fs/haproxy-ingress-controller .
38
39
-FROM haproxytech/haproxy-alpine:2.5
+FROM haproxytech/haproxy-alpine:2.6
40
41
ARG TARGETPLATFORM
42
0 commit comments