diff --git a/alpine/Dockerfile b/alpine/Dockerfile index de06313..18c83e5 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15.4 +FROM alpine:3.16.0 LABEL maintainer="Lukas Holota " @@ -14,10 +14,10 @@ RUN tar xzf /tmp/s6-overlay-${CPU_ARCH}.tar.gz -C / && \ # These packages are included in the base image. They are explicitly upgrade to vulnerabilities below apk add --no-cache \ # CVE-2021-36159 - apk-tools=2.12.7-r3 \ + apk-tools=2.12.9-r3 \ # CVE-2021-3711, CVE-2021-3712 - libssl1.1=1.1.1n-r0 \ - shadow=4.8.1-r1 && \ + libssl1.1=1.1.1o-r0 \ + shadow=4.10-r3 && \ rm /tmp/s6-overlay-${CPU_ARCH}.tar.gz COPY ./fs /