Skip to content

Commit 4ade6ea

Browse files
authored
K8SPS-301 fix haproxy build (percona#982)
1 parent a14486a commit 4ade6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haproxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20 AS go_builder
1+
FROM golang:1.22 AS go_builder
22

33
RUN git clone --branch=main https://github.com/percona/percona-xtradb-cluster-operator.git /go/src/github.com/percona/percona-xtradb-cluster-operator/
44
WORKDIR /go/src/github.com/percona/percona-xtradb-cluster-operator/cmd/peer-list

0 commit comments

Comments
 (0)