Skip to content

Commit

Permalink
BUILD/MAJOR: haproxy: use 3.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Dec 4, 2024
1 parent 7e0eefe commit abd46f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ unit-tests:
- if: $CI_PIPELINE_SOURCE == 'push'
stage: unit-tests
image:
name: $CI_REGISTRY_GO/haproxy-alpine:3.0-go$GO_VERSION
name: $CI_REGISTRY_GO/haproxy-alpine:3.1-go$GO_VERSION
entrypoint: [""]
tags:
- go
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN mkdir -p /var/run/vars && \
-ldflags "-X github.com/haproxytech/kubernetes-ingress/pkg/version.GitTag=$(cat /var/run/vars/GIT_LAST_TAG)" \
-o fs/haproxy-ingress-controller .

FROM haproxytech/haproxy-alpine:3.0
FROM haproxytech/haproxy-alpine:3.1

ARG TARGETPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM haproxytech/haproxy-alpine:3.0
FROM haproxytech/haproxy-alpine:3.1

ARG TARGETPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.pebble
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN mkdir -p /var/run/vars && \
-ldflags "-X github.com/haproxytech/kubernetes-ingress/pkg/version.GitTag=$(cat /var/run/vars/GIT_LAST_TAG)" \
-o fs/haproxy-ingress-controller .

FROM haproxytech/haproxy-alpine:3.0
FROM haproxytech/haproxy-alpine:3.1

ARG TARGETPLATFORM

Expand Down

0 comments on commit abd46f0

Please sign in to comment.