File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
3434ARG TARGETPLATFORM
3535
Original file line number Diff line number Diff line change 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
1717ARG TARGETPLATFORM
1818
Original file line number Diff line number Diff 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
3636ARG TARGETPLATFORM
3737
You can’t perform that action at this time.
0 commit comments