We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee929f4 commit ea66254Copy full SHA for ea66254
Dockerfile.production
@@ -2,7 +2,7 @@ FROM alpine:3.23
2
3
WORKDIR /etc/rawdns
4
5
-ENV RAWDNS_VERSION 1.10
+ENV RAWDNS_VERSION 1.11
6
7
RUN set -ex; \
8
\
cmd/rawdns/version.go
@@ -1,4 +1,4 @@
1
package main
// don't forget to update "Dockerfile.production" too!
-const VERSION = "1.10"
+const VERSION = "1.11"
0 commit comments