File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Use a specific version instead of latest for reproducible builds
2- FROM alpine:3.21 AS builder
2+ FROM alpine:3.22 AS builder
33
44# Create a non-root user to run the application
55RUN addgroup -S dnscrypt && adduser -S -G dnscrypt dnscrypt
@@ -11,10 +11,10 @@ ENV DEBIAN_FRONTEND=noninteractive \
1111# Update and install in a single RUN instruction to reduce layers
1212# Pin specific versions for better reproducibility
1313RUN apk add --no-cache \
14- dnscrypt-proxy=2.1.5-r11 \
15- ca-certificates=20241121-r1 \
14+ dnscrypt-proxy=2.1.12-r0 \
15+ ca-certificates=20241121-r2 \
1616 tzdata=2025b-r0 \
17- netcat-openbsd=1.226.1 .1-r0
17+ netcat-openbsd=1.229 .1-r0
1818
1919# Create directory for custom configuration
2020RUN mkdir -p /etc/dnscrypt-proxy && \
You can’t perform that action at this time.
0 commit comments