We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1af57b commit 9f4624aCopy full SHA for 9f4624a
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM public.ecr.aws/docker/library/alpine:3.21 AS builder
+FROM public.ecr.aws/docker/library/alpine:3.23 AS builder
2
3
-ARG VERSION="2.1.14"
+ARG VERSION="2.1.15"
4
5
ARG TARGETARCH
6
@@ -12,7 +12,7 @@ RUN apk update \
12
COPY get.sh .
13
RUN sh get.sh
14
15
-FROM public.ecr.aws/docker/library/alpine:3.21
+FROM public.ecr.aws/docker/library/alpine:3.23
16
17
WORKDIR /opt/dnscrypt-proxy
18
0 commit comments