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 @@ -5,7 +5,7 @@ unit-tests:
5
5
- if : $CI_PIPELINE_SOURCE == 'push'
6
6
stage : unit-tests
7
7
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
9
9
entrypoint : [""]
10
10
tags :
11
11
- 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.1
32
+ FROM haproxytech/haproxy-alpine:3.2
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.1
15
+ FROM haproxytech/haproxy-alpine:3.2
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.1
34
+ FROM haproxytech/haproxy-alpine:3.2
35
35
36
36
ARG TARGETPLATFORM
37
37
You can’t perform that action at this time.
0 commit comments