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:
105
105
- if : $CI_PIPELINE_SOURCE == 'push'
106
106
stage : unit-tests
107
107
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
109
109
entrypoint : [""]
110
110
tags :
111
111
- go
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN mkdir -p /var/run/vars && \
29
29
-ldflags "-X github.com/haproxytech/kubernetes-ingress/pkg/version.GitTag=$(cat /var/run/vars/GIT_LAST_TAG)" \
30
30
-o fs/haproxy-ingress-controller .
31
31
32
- FROM haproxytech/haproxy-alpine:3.0
32
+ FROM haproxytech/haproxy-alpine:3.1
33
33
34
34
ARG TARGETPLATFORM
35
35
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM haproxytech/haproxy-alpine:3.0
15
+ FROM haproxytech/haproxy-alpine:3.1
16
16
17
17
ARG TARGETPLATFORM
18
18
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN mkdir -p /var/run/vars && \
31
31
-ldflags "-X github.com/haproxytech/kubernetes-ingress/pkg/version.GitTag=$(cat /var/run/vars/GIT_LAST_TAG)" \
32
32
-o fs/haproxy-ingress-controller .
33
33
34
- FROM haproxytech/haproxy-alpine:3.0
34
+ FROM haproxytech/haproxy-alpine:3.1
35
35
36
36
ARG TARGETPLATFORM
37
37
You can’t perform that action at this time.
0 commit comments