Skip to content

Commit fe37541

Browse files
committed
fix(unbound): the protocol part of an expose should be lowercased
1 parent b4ca331 commit fe37541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/unbound/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ RUN chown -R unbound:unbound /etc/unbound && \
99
COPY --chown=unbound:unbound rootfs/ /
1010
USER unbound
1111

12-
EXPOSE 5353/TCP 5353/UDP
12+
EXPOSE 5353/tcp 5353/udp
1313
HEALTHCHECK CMD dig @127.0.0.1 -p 5353 github.com || exit 1

0 commit comments

Comments
 (0)