We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c09f6 commit 557b51bCopy full SHA for 557b51b
Dockerfile
@@ -12,7 +12,7 @@ RUN cd $GOPATH/src && mkdir -p gnbsim
12
COPY . $GOPATH/src/gnbsim
13
RUN cd $GOPATH/src/gnbsim && go build -mod=vendor
14
15
-FROM alpine:3.16 AS gnbsim
+FROM alpine:3.18 AS gnbsim
16
RUN apk update && apk add -U gcompat vim strace net-tools curl netcat-openbsd bind-tools bash tcpdump
17
18
RUN mkdir -p /gnbsim/bin
0 commit comments