We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a261c78 commit ee929f4Copy full SHA for ee929f4
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25-alpine3.22
+FROM golang:1.25-alpine3.23
2
3
RUN apk add --no-cache ca-certificates
4
Dockerfile.cross
# trust, but verify
RUN [ -z "$(ls -A1 /go/bin || :)" ]
Dockerfile.production
-FROM alpine:3.22
+FROM alpine:3.23
WORKDIR /etc/rawdns
0 commit comments