diff --git a/daemon/Dockerfile b/daemon/Dockerfile index fd887f0861dcfd3d88712e3e30f200e0490a86cb..916428c5e016ac605fd6096687bc1b40163ef8da 100644 --- a/daemon/Dockerfile +++ b/daemon/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13 +FROM alpine:3.14 # hadolint ignore=DL3018 RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \ gosu \