Skip to content

Commit 520f657

Browse files
authored
2.1.15
1 parent a88e344 commit 520f657

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/docker/library/alpine:3.23 AS builder
1+
FROM public.ecr.aws/docker/library/alpine:3.22 AS builder
22

33
ARG VERSION="2.1.15"
44

@@ -7,12 +7,12 @@ ARG TARGETARCH
77
ARG URL="https://github.com/jedisct1/dnscrypt-proxy/releases/download/${VERSION}/dnscrypt-proxy-linux_${TARGETARCH}-${VERSION}.tar.gz"
88

99
RUN apk update \
10-
&& apk add --no-cache curl
10+
&& apk add curl
1111

1212
COPY get.sh .
1313
RUN sh get.sh
1414

15-
FROM public.ecr.aws/docker/library/alpine:3.23
15+
FROM public.ecr.aws/docker/library/alpine:3.22
1616

1717
WORKDIR /opt/dnscrypt-proxy
1818

0 commit comments

Comments
 (0)