Skip to content

Commit

Permalink
Merge pull request #517 from Altinity/24.3_keeper_base_image_alpine_3…
Browse files Browse the repository at this point in the history
….20.3

24.3 Keeper set base image to alpine:3.20.3
  • Loading branch information
Enmk authored Nov 3, 2024
2 parents 07deade + 771244f commit c9efca3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/keeper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ RUN arch=${TARGETARCH:-amd64} \
&& ln -s "${rarch}-linux-gnu" /lib/linux-gnu


# All versions starting from 3.17, there is a critical CVE-2024-5535
# https://security.alpinelinux.org/vuln/CVE-2024-5535
# on 17th of July 2024, alpine:3.16.9 had only 1 medium
FROM alpine:3.16.9
# As of Nov 3rd 2024, alpine:3.20.3 has 1 "unknown"-type CVE:
# * https://security.alpinelinux.org/vuln/CVE-2024-9143
FROM alpine:3.20.3

ENV LANG=en_US.UTF-8 \
LANGUAGE=en_US:en \
Expand Down

0 comments on commit c9efca3

Please sign in to comment.