mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-23 14:10:42 +08:00
Merge pull request #4860 from nextcloud/enh/noid/update-haproxy
docker-socket-proxy: update haproxy to v3
This commit is contained in:
commit
a70529173b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue