Skip to content

Commit

Permalink
build(Dockerfile): upgrade alpine to 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Jul 5, 2021
1 parent eb6f85b commit 3e0499c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14-alpine3.11 as builder
FROM golang:1.14-alpine3.13 as builder

LABEL maintainer="cncf-falco-dev@lists.cncf.io"

Expand All @@ -9,7 +9,7 @@ COPY . .

RUN make

FROM alpine:3.11
FROM alpine:3.13
COPY --from=builder /event-generator/event-generator /bin/event-generator

# Need to have this for helper.RunShell
Expand Down

0 comments on commit 3e0499c

Please sign in to comment.