Skip to content

Commit

Permalink
Update alpine docker images to 3.16 and llvm 13
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Jul 28, 2022
1 parent 538ea11 commit d96f977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12 as runtime
FROM alpine:3.16 as runtime

RUN \
apk add --update --no-cache --force-overwrite \
Expand Down Expand Up @@ -42,6 +42,6 @@ FROM runtime as build

RUN \
apk add --update --no-cache --force-overwrite \
llvm10-dev llvm10-static g++ libffi-dev
llvm13-dev llvm13-static g++ libffi-dev

CMD ["/bin/sh"]

0 comments on commit d96f977

Please sign in to comment.