Skip to content

Commit f3d9986

Browse files
authored
Merge pull request #561 from klutchell/kyle/config-2.1.12
Merge changes from v2.1.12 example config
2 parents bfe3059 + 7c07f60 commit f3d9986

File tree

3 files changed

+290
-131
lines changed

3 files changed

+290
-131
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ ARG NONROOT_GID=65532
2929
RUN addgroup -S -g ${NONROOT_GID} nonroot \
3030
&& adduser -S -g nonroot -h /home/nonroot -u ${NONROOT_UID} -D -G nonroot nonroot
3131

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+
3238
# ----------------------------------------------------------------------------
3339
FROM --platform=$BUILDPLATFORM golang:1.24.3-alpine3.21@sha256:ef18ee7117463ac1055f5a370ed18b8750f01589f13ea0b48642f5792b234044 AS probe
3440

0 commit comments

Comments
 (0)