Skip to content

Commit 335465c

Browse files
committed
BUILD/MAJOR: haproxy: use HAProxy 3.2 version
1 parent d80c53d commit 335465c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitlab/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ unit-tests:
55
- if: $CI_PIPELINE_SOURCE == 'push'
66
stage: unit-tests
77
image:
8-
name: $CI_REGISTRY_GO/haproxy-alpine:3.1-go$GO_VERSION
8+
name: $CI_REGISTRY_GO/haproxy-alpine:3.2-go$GO_VERSION
99
entrypoint: [""]
1010
tags:
1111
- go

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN mkdir -p /var/run/vars && \
2929
-ldflags "-X github.com/haproxytech/kubernetes-ingress/pkg/version.GitTag=$(cat /var/run/vars/GIT_LAST_TAG)" \
3030
-o fs/haproxy-ingress-controller .
3131

32-
FROM haproxytech/haproxy-alpine:3.1
32+
FROM haproxytech/haproxy-alpine:3.2
3333

3434
ARG TARGETPLATFORM
3535

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:3.1
15+
FROM haproxytech/haproxy-alpine:3.2
1616

1717
ARG TARGETPLATFORM
1818

build/Dockerfile.pebble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN mkdir -p /var/run/vars && \
3131
-ldflags "-X github.com/haproxytech/kubernetes-ingress/pkg/version.GitTag=$(cat /var/run/vars/GIT_LAST_TAG)" \
3232
-o fs/haproxy-ingress-controller .
3333

34-
FROM haproxytech/haproxy-alpine:3.1
34+
FROM haproxytech/haproxy-alpine:3.2
3535

3636
ARG TARGETPLATFORM
3737

0 commit comments

Comments
 (0)