Skip to content

Commit 20a0b98

Browse files
authored
Merge pull request #34 from hjmcnew/dependabot/docker/alpine-3.22
Bump alpine from 3.21 to 3.22
2 parents 8388386 + e452136 commit 20a0b98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
55
RUN 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
1313
RUN 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
2020
RUN mkdir -p /etc/dnscrypt-proxy && \

0 commit comments

Comments
 (0)