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 cceb798 commit 9d55cb5Copy full SHA for 9d55cb5
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax = docker/dockerfile:latest
2
-FROM golang:1.22.4-alpine3.19 as build
+FROM golang:1.23rc1-alpine3.19 as build
3
RUN apk add --update build-base gcc wget git libpcap-dev
4
WORKDIR /app
5
COPY src/* /app/
0 commit comments