We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ac2b7b + afe3e63 commit 4efe815Copy full SHA for 4efe815
Dockerfile
@@ -1,5 +1,5 @@
1
# Build
2
-FROM golang:1.25.7-alpine AS build-env
+FROM golang:1.26.1-alpine AS build-env
3
RUN apk add --no-cache build-base libpcap-dev
4
WORKDIR /app
5
COPY . /app
0 commit comments