Skip to content

Commit

Permalink
[ISSUE-1164] cves fixes (#1165)
Browse files Browse the repository at this point in the history
Signed-off-by: rafalw82 <[email protected]>
  • Loading branch information
rafalw82 authored Jun 10, 2024
1 parent 9fdfdeb commit 41b6efc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/drivemgr/basemgr/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

# Remove bash packet to get rid of related CVEs
RUN apt update --no-install-recommends -y -q \
Expand Down
2 changes: 1 addition & 1 deletion pkg/drivemgr/loopbackmgr/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

# RUN sed -i -re 's/archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list \
# && sed -i -re 's/deb|deb-src/& \[trusted=yes\]/' /etc/apt/sources.list
Expand Down
2 changes: 1 addition & 1 deletion pkg/node/Dockerfile-kernel-5.4.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ADD health_probe health_probe

Expand Down
2 changes: 1 addition & 1 deletion pkg/node/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ADD health_probe health_probe

Expand Down

0 comments on commit 41b6efc

Please sign in to comment.