Skip to content

Commit

Permalink
Update cxx standard into Dockerfile
Browse files Browse the repository at this point in the history
Switch to cxx 17 (same version used into makefile)
  • Loading branch information
mosfet80 committed Sep 15, 2024
1 parent 278ef08 commit b28ee7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ RUN --mount=type=cache,target=/var/cache/apt,id=apt \
&& apt-get install -q -y --no-install-recommends \
build-essential \
ccache \
clang-14 \
clang-format-14 \
clang-tidy-14 \
clang-17 \
clang-format-17 \
clang-tidy-17 \
cmake \
curl \
git \
Expand Down Expand Up @@ -82,7 +82,7 @@ RUN --mount=type=cache,target=/var/cache/apt,id=apt \
apt-get update && apt-get upgrade -y \
&& apt-get install -q -y --no-install-recommends \
gdb \
lldb-14 \
lldb-17 \
&& rm -rf /var/lib/apt/lists/*

USER $USER
Expand Down

0 comments on commit b28ee7a

Please sign in to comment.