Skip to content

Commit

Permalink
build(Dockerfile): upgrade base image to alpine:3.14
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr committed Jul 21, 2021
1 parent 29dc976 commit f79174a
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.16.5-alpine3.13 as builder
FROM golang:1.16.5-alpine3.14 as builder

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

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

RUN make

FROM alpine:3.13
FROM alpine:3.14

COPY --from=builder /event-generator/event-generator /bin/event-generator

Expand Down

0 comments on commit f79174a

Please sign in to comment.