We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfe3059 + 7c07f60 commit f3d9986Copy full SHA for f3d9986
Dockerfile
@@ -29,6 +29,12 @@ ARG NONROOT_GID=65532
29
RUN addgroup -S -g ${NONROOT_GID} nonroot \
30
&& adduser -S -g nonroot -h /home/nonroot -u ${NONROOT_UID} -D -G nonroot nonroot
31
32
+# ----------------------------------------------------------------------------
33
+FROM scratch AS conf-example
34
+
35
+# docker build . --target conf-example --output .
36
+COPY --from=build /config/example-dnscrypt-proxy.toml /dnscrypt-proxy.toml.example
37
38
# ----------------------------------------------------------------------------
39
FROM --platform=$BUILDPLATFORM golang:1.24.3-alpine3.21@sha256:ef18ee7117463ac1055f5a370ed18b8750f01589f13ea0b48642f5792b234044 AS probe
40
0 commit comments