diff --git a/Dockerfile b/Dockerfile index 0f0abcf..838243f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16.0 as build +FROM alpine:3.17.3 as build RUN apk --no-cache add alpine-sdk bash clang cmake git @@ -19,7 +19,7 @@ RUN git clone --branch $FLATCC_VERSION https://github.com/dvidelabs/flatcc.git & scripts/initbuild.sh make && \ scripts/build.sh -FROM alpine:3.16.0 +FROM alpine:3.17.3 # Required dependency for the binaries. RUN apk --no-cache add libstdc++