Skip to content

Commit

Permalink
Update base image to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi committed Jul 11, 2024
1 parent 1b6ac88 commit 25aadcb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ENV DEBIAN_FRONTEND='noninteractive'

Expand All @@ -18,10 +18,11 @@ RUN apt-get update && \
clang-tidy \
cppcheck \
iwyu \
pipx \
python3-pip \
python3-venv && \
rm -rf /var/lib/apt/lists/* && \
pip3 install cpplint
pipx install cpplint

COPY use_clang.sh use_gcc.sh /usr/bin/

Expand Down

0 comments on commit 25aadcb

Please sign in to comment.