]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
Dockerfile: fix protocol in EXPOSE instruction should be lowercase
authorDaniel Salzman <daniel.salzman@nic.cz>
Wed, 17 Sep 2025 05:17:41 +0000 (07:17 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Wed, 17 Sep 2025 05:38:12 +0000 (07:38 +0200)
Dockerfile

index 8aa1b29bb37f4fb512b4d17f2da9e26798ef7453..2bdabd4e7f91de8742a997bfa8a49c52c54675e1 100644 (file)
@@ -101,10 +101,10 @@ COPY --from=builder /knot-src/distro/common/cz.nic.knotd.conf /usr/share/dbus-1/
 RUN mkdir -p /run/dbus
 
 # Expose port
-EXPOSE 53/UDP
-EXPOSE 53/TCP
-EXPOSE 853/UDP
-EXPOSE 853/TCP
+EXPOSE 53/udp
+EXPOSE 53/tcp
+EXPOSE 853/udp
+EXPOSE 853/tcp
 
 # Prepare shared directories
 VOLUME /config