Merge pull request #5743 from nextcloud/dependabot/docker/Containers/docker-socket-proxy/haproxy-3.1.1-alpine

build(deps): bump haproxy from 3.1.0-alpine to 3.1.1-alpine in /Containers/docker-socket-proxy
This commit is contained in:
Simon L. 2024-12-16 11:35:11 +01:00 committed by GitHub
commit a91f2f419e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:latest
FROM haproxy:3.1.0-alpine
FROM haproxy:3.1.1-alpine
# hadolint ignore=DL3002
USER root