We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 189a6e8 + 5c2431c commit bb55077Copy full SHA for bb55077
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