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
commit a70529173b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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