diff --git a/Dockerfile b/Dockerfile index 10cda8f..ad1e34e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN go mod download COPY . /src RUN go build -o bin/testapp ./cmd/testapp -FROM alpine:3.23 +FROM alpine:3.24 RUN apk add --no-cache ca-certificates curl bind-tools netcat-openbsd nmap socat bash openssl tcpdump tcptraceroute strace iperf busybox-extras WORKDIR /app COPY --from=builder /src/bin/testapp /app/testapp diff --git a/Dockerfile.ci b/Dockerfile.ci index bb7fbca..936351c 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 RUN apk add --no-cache ca-certificates curl bind-tools netcat-openbsd nmap socat bash openssl tcpdump tcptraceroute strace iperf busybox-extras WORKDIR /app COPY ./bin/testapp /app/testapp