We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7f9a0 commit 537f3adCopy full SHA for 537f3ad
build/Dockerfile
@@ -34,7 +34,7 @@ FROM haproxytech/haproxy-alpine:3.1
34
ARG TARGETPLATFORM
35
36
ARG S6_OVERLAY_VERSION=3.1.6.2
37
-ENV S6_OVERLAY_VERSION $S6_OVERLAY_VERSION
+ENV S6_OVERLAY_VERSION=$S6_OVERLAY_VERSION
38
ENV S6_READ_ONLY_ROOT=1
39
ENV S6_USER=haproxy
40
ENV S6_GROUP=haproxy
build/Dockerfile.dev
@@ -17,7 +17,7 @@ FROM haproxytech/haproxy-alpine:3.1
17
18
19
20
21
22
23
0 commit comments