File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN mkdir -p /var/run/vars && \
36
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.GitCommitDate=$(cat /var/run/vars/GIT_DATE_LAST_COMMIT)\" " \
37
37
-o fs/haproxy-ingress-controller .
38
38
39
- FROM haproxytech/haproxy-alpine:2.7
39
+ FROM haproxytech/haproxy-alpine:2.8
40
40
41
41
ARG TARGETPLATFORM
42
42
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM haproxytech/haproxy-alpine:2.7
15
+ FROM haproxytech/haproxy-alpine:2.8
16
16
17
17
ARG TARGETPLATFORM
18
18
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN mkdir -p /var/run/vars && \
38
38
-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.GitCommitDate=$(cat /var/run/vars/GIT_DATE_LAST_COMMIT)\"" \
39
39
-o fs/haproxy-ingress-controller .
40
40
41
- FROM haproxytech/haproxy-alpine:2.7
41
+ FROM haproxytech/haproxy-alpine:2.8
42
42
43
43
ARG TARGETPLATFORM
44
44
You can’t perform that action at this time.
0 commit comments