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 d836584 commit d5d8315Copy full SHA for d5d8315
Dockerfile
@@ -1,5 +1,5 @@
1
# build ktranslate
2
-FROM golang:1.20-alpine as build
+FROM golang:1.21-alpine as build
3
RUN apk add -U libpcap-dev alpine-sdk bash libcap
4
COPY . /src
5
WORKDIR /src
0 commit comments