We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189a6e8 commit 5c2431cCopy full SHA for 5c2431c
Dockerfile
@@ -10,7 +10,7 @@ WORKDIR $BURROW_SRC
10
RUN go mod tidy && go build -o /tmp/burrow .
11
12
# stage 2: runner
13
-FROM alpine:3.14
+FROM alpine:3.15
14
15
LABEL maintainer="LinkedIn Burrow https://github.com/linkedin/Burrow"
16
Dockerfile.gorelease
@@ -1,4 +1,4 @@
1
2
3
4
WORKDIR /app
0 commit comments