Skip to content

Commit 49371bf

Browse files
committed
Dockerfile: drop legacy discovery v5 port mappings
1 parent 16a78b0 commit 49371bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ FROM alpine:latest
1212
RUN apk add --no-cache ca-certificates
1313
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
1414

15-
EXPOSE 8545 8546 30303 30303/udp 30304/udp
15+
EXPOSE 8545 8546 30303 30303/udp
1616
ENTRYPOINT ["geth"]

Dockerfile.alltools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ FROM alpine:latest
1212
RUN apk add --no-cache ca-certificates
1313
COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
1414

15-
EXPOSE 8545 8546 30303 30303/udp 30304/udp
15+
EXPOSE 8545 8546 30303 30303/udp

0 commit comments

Comments
 (0)