We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc7ece commit 895a9ceCopy full SHA for 895a9ce
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:labs
2
-FROM haproxy:3.0.1-alpine3.20
+FROM haproxy:3.0.2-alpine3.20
3
USER root
4
COPY --from=zoeyvid/curl-quic:390 /usr/local/bin/curl /usr/local/bin/curl
5
RUN apk upgrade --no-cache -a && \
0 commit comments