Skip to content

Commit c6ade1a

Browse files
authored
Update dockerfile to golang 1.23
1 parent 38c76e7 commit c6ade1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wiretap.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM golang:1.21
1+
FROM golang:1.23
22

33
ARG http_proxy
44
ARG https_proxy
55

66
# Utilities for testing
77
RUN apt-get update
8-
RUN apt-get install net-tools nmap dnsutils tcpdump iproute2 vim netcat-openbsd iputils-ping wireguard iperf xsel masscan -y
8+
RUN apt-get install net-tools nmap dnsutils tcpdump iproute2 vim netcat-openbsd iputils-ping wireguard iperf xsel masscan nano -y
99

1010
WORKDIR /wiretap
1111
COPY ./src/go.mod ./src/go.sum ./

0 commit comments

Comments
 (0)