Skip to content
Snippets Groups Projects
Unverified Commit abe2a371 authored by Vivek Dutta's avatar Vivek Dutta
Browse files

Updated base image to 22.04 to support OpenSSL-v3

parent d8a1440b
No related branches found
No related tags found
1 merge request!24Updated base image to 22.04 to support OpenSSL-v3
This commit is part of merge request !24. Comments created here will be created in the context of that merge request.
FROM ubuntu:20.04
FROM ubuntu:22.04
LABEL maintainer="suru.dissanaike@iopsys.eu"
LABEL build="docker build -t code-analysis ."
......@@ -81,7 +81,7 @@ RUN \
cd cppcheck && \
mkdir build && \
cd build && \
cmake -j$(nproc) -DHAVE_RULES=ON -DUSE_MATCHCOMPILER=ON .. && \
cmake -DHAVE_RULES=ON -DUSE_MATCHCOMPILER=ON .. && \
cmake --build . && \
cmake --install . && \
cd ../.. && \
......@@ -175,7 +175,7 @@ RUN \
make install
# json-cpp
ARG JSON_CPP_VERSION=be61ad147000be4802173d0d118fd1b8109b4668
ARG JSON_CPP_VERSION=v3.11.2
RUN \
cd /opt/dev && \
git clone https://github.com/nlohmann/json.git && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment