Skip to content

Commit

Permalink
Update Alpine to 3.16
Browse files Browse the repository at this point in the history
Signed-off-by: Mattias Gees <mattias.gees@gmail.com>
  • Loading branch information
MattiasGees authored and poiana committed Oct 17, 2022
1 parent 286df41 commit f0e4edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Expand Up @@ -11,7 +11,7 @@ RUN go mod download
COPY . .
RUN make

FROM alpine:3.11
FROM alpine:3.16
WORKDIR /opt/falco-exporter

COPY --from=builder /opt/falco-exporter/falco-exporter /usr/bin/falco-exporter
Expand Down

0 comments on commit f0e4edd

Please sign in to comment.