Skip to content

Commit

Permalink
Merge pull request #686 from linkedin/alpine-3.13
Browse files Browse the repository at this point in the history
Update base alpine image from 3.12 to 3.13
  • Loading branch information
bai authored Feb 15, 2021
2 parents 19e69e6 + 697a569 commit e81cfaa
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 e81cfaa

Please sign in to comment.