diff --git a/Dockerfile b/Dockerfile index 6e460fa..aeb6c81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM golang:1.23-alpine AS build-env +FROM golang:1.24-alpine AS build-env +# dcc gcc compiling GO libraries problems +###FROM golang:1.23-alpine AS build-env RUN apk update RUN apk add g++ git make iptables-dev libpcap-dev