Skip to content

Commit abd46f0

Browse files
committed
BUILD/MAJOR: haproxy: use 3.1 version
1 parent 7e0eefe commit abd46f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ unit-tests:
105105
- if: $CI_PIPELINE_SOURCE == 'push'
106106
stage: unit-tests
107107
image:
108-
name: $CI_REGISTRY_GO/haproxy-alpine:3.0-go$GO_VERSION
108+
name: $CI_REGISTRY_GO/haproxy-alpine:3.1-go$GO_VERSION
109109
entrypoint: [""]
110110
tags:
111111
- 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.0
32+
FROM haproxytech/haproxy-alpine:3.1
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.0
15+
FROM haproxytech/haproxy-alpine:3.1
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.0
34+
FROM haproxytech/haproxy-alpine:3.1
3535

3636
ARG TARGETPLATFORM
3737

0 commit comments

Comments
 (0)