Skip to content

Commit

Permalink
Update base alpine image from 3.12 to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bai committed Feb 15, 2021
1 parent 19e69e6 commit 697a569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR $BURROW_SRC
RUN go mod tidy && go build -o /tmp/burrow .

# stage 2: runner
FROM alpine:3.12
FROM alpine:3.13

LABEL maintainer="LinkedIn Burrow https://github.com/linkedin/Burrow"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.gorelease
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.13
LABEL maintainer="LinkedIn Burrow https://github.com/linkedin/Burrow"

WORKDIR /app
Expand Down

0 comments on commit 697a569

Please sign in to comment.