diff --git a/Dockerfile b/Dockerfile index 90adaf7f..f0fb12a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apk add --no-cache --virtual .build-deps \ && rm -rf /go/src \ && apk del .build-deps -FROM arm32v7/alpine:3.12.3 +FROM arm32v7/alpine:3.17.2 LABEL maintainer="Alexander Krause "