Skip to content

Commit 564429c

Browse files
committed
BUILD/MAJOR: haproxy: increase version to 2.8
1 parent 3de3b07 commit 564429c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN mkdir -p /var/run/vars && \
3636
-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)\"" \
3737
-o fs/haproxy-ingress-controller .
3838

39-
FROM haproxytech/haproxy-alpine:2.7
39+
FROM haproxytech/haproxy-alpine:2.8
4040

4141
ARG TARGETPLATFORM
4242

build/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM haproxytech/haproxy-alpine:2.7
15+
FROM haproxytech/haproxy-alpine:2.8
1616

1717
ARG TARGETPLATFORM
1818

build/Dockerfile.pebble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN mkdir -p /var/run/vars && \
3838
-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)\"" \
3939
-o fs/haproxy-ingress-controller .
4040

41-
FROM haproxytech/haproxy-alpine:2.7
41+
FROM haproxytech/haproxy-alpine:2.8
4242

4343
ARG TARGETPLATFORM
4444

0 commit comments

Comments
 (0)