diff --git a/build/Dockerfile b/build/Dockerfile index 05fda0c05f..ec63bc2e94 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update \ ############################################# Base image for Alpine ############################################# # docker.io/library/nginx is a temporary workaround for Dependabot to see this as different from the one used in Debian -FROM docker.io/library/nginx:1.19.9-alpine AS alpine +FROM docker.io/library/nginx:1.19.10-alpine AS alpine RUN apk add --no-cache libcap \ && rm -rf /var/cache/apk/*