We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2590241 commit a7af2eaCopy full SHA for a7af2ea
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22.0-alpine as builder
+FROM golang:1.22-alpine as builder
2
RUN apk add --no-cache git make
3
ENV GOOS=linux
4
ENV CGO_ENABLED=0
@@ -11,7 +11,7 @@ RUN make release
11
RUN go get github.com/rakyll/hey
12
RUN go install github.com/rakyll/hey
13
14
-FROM alpine:3.19.1
+FROM alpine:3
15
RUN apk add --no-cache ca-certificates curl vim bind-tools netcat-openbsd nmap socat bash openssl tcpdump tcptraceroute strace iperf busybox-extras
16
WORKDIR /app
17
COPY --from=builder /src/bin/testapp /app/testapp
0 commit comments