diff --git a/Dockerfile b/Dockerfile index 0435b06..cf2c4bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG OUTPUT=/output -FROM alpine:3.16 AS builder +FROM alpine:3.17 AS builder RUN apk add --no-cache \ autoconf \ automake \