diff --git a/builder/Dockerfile b/builder/Dockerfile index 6e7a37bb..2ffa6d5a 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -29,7 +29,7 @@ RUN cd /src\ -ldflags "-s -w -X ${VERSION_PKG}.RELEASE=${GIT_TAG} -X ${VERSION_PKG}.COMMIT=${GIT_COMMIT} -X ${VERSION_PKG}.REPO=${GIT_REPO}"\ -o haproxy-ingress pkg/main.go -FROM haproxy:2.4.24-alpine +FROM haproxy:2.4.25-alpine USER root diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index a1ae4b85..e63b3892 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM haproxy:2.4.24-alpine +FROM haproxy:2.4.25-alpine USER root