Skip to content

Commit

Permalink
Update base image from alpine:3.16 to alpine:3.18
Browse files Browse the repository at this point in the history
Alpine 3.16 is End of support since 2024-05-23.

Signed-off-by: Sergey Kiyan <[email protected]>
  • Loading branch information
Sergey Kiyan authored May 29, 2024
1 parent 573cccb commit 2da16ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN go mod download
COPY . .
RUN make

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

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

0 comments on commit 2da16ea

Please sign in to comment.