We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea867d5 commit 5eaf9f1Copy full SHA for 5eaf9f1
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:labs
2
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
+COPY --from=zoeyvid/curl-quic:393 /usr/local/bin/curl /usr/local/bin/curl
5
RUN apk upgrade --no-cache -a && \
6
apk add --no-cache ca-certificates tzdata tini openssl && \
7
chown -R nobody:nobody /tmp
0 commit comments