Skip to content

Commit da8ccef

Browse files
authored
Bump base image (#1470)
This fixes: │ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed Version │ Title │ ├────────────────┼────────────────┼──────────┼────────┼───────────────────┼────────────────┼──────────────────────────────────────────────────────────────┤ │ linux-libc-dev │ CVE-2024-26800 │ HIGH │ fixed │ 5.15.0-124.134 │ 5.15.0-125.135 │ kernel: tls: fix use-after-free on failed backlog decryption │ │ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2024-26800 │ │ ├────────────────┤ │ │ │ ├──────────────────────────────────────────────────────────────┤ │ │ CVE-2024-43882 │ │ │ │ │ kernel: exec: Fix ToCToU between perm check and set-uid/gid │ │ │ │ │ │ │ │ usage │ │ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2024-43882
1 parent 3feb45e commit da8ccef

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

base/Dockerfile

+27-27
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
FROM buildpack-deps:jammy@sha256:9c6387be70924dc253a6c5594fd11bf8c90a19528442ee8b0b4040362bf1a662
22

33
# Dazzle does not rebuild a layer until one of its lines are changed. Increase this counter to rebuild this layer.
4-
ENV TRIGGER_REBUILD=1
4+
ENV TRIGGER_REBUILD=2
55

66
COPY install-packages upgrade-packages /usr/bin/
77

88
### base ###
99
RUN yes | unminimize \
1010
&& install-packages \
11-
zip \
12-
unzip \
13-
bash-completion \
14-
build-essential \
15-
ninja-build \
16-
clang \
17-
htop \
18-
iputils-ping \
19-
jq \
20-
less \
21-
locales \
22-
man-db \
23-
nano \
24-
ripgrep \
25-
software-properties-common \
26-
sudo \
27-
stow \
28-
time \
29-
emacs-nox \
30-
vim \
31-
multitail \
32-
lsof \
33-
ssl-cert \
34-
fish \
35-
zsh \
36-
rlwrap \
11+
zip \
12+
unzip \
13+
bash-completion \
14+
build-essential \
15+
ninja-build \
16+
clang \
17+
htop \
18+
iputils-ping \
19+
jq \
20+
less \
21+
locales \
22+
man-db \
23+
nano \
24+
ripgrep \
25+
software-properties-common \
26+
sudo \
27+
stow \
28+
time \
29+
emacs-nox \
30+
vim \
31+
multitail \
32+
lsof \
33+
ssl-cert \
34+
fish \
35+
zsh \
36+
rlwrap \
3737
&& locale-gen en_US.UTF-8
3838

3939
ENV LANG=en_US.UTF-8

0 commit comments

Comments
 (0)