Merge pull request #4860 from nextcloud/enh/noid/update-haproxy

docker-socket-proxy: update haproxy to v3
This commit is contained in:
Simon L
2024-06-21 12:32:33 +02:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:latest
FROM haproxy:2.9.7-alpine3.20
FROM haproxy:3.0.2-alpine
# hadolint ignore=DL3002
USER root