Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-07-05 19:39:39 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-07-05 19:43:05 +0300
commit1f96cd1bea3eebee17c27511ce8801f9892173f1 (patch)
treedcff2a40aeeeb394977fc1fb5faead4f07411cf0
parent3989060e4de8a0d1bf84677d6e1c45b0b17bc7ff (diff)
switch to ubuntu 22.04
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
-rw-r--r--client/Dockerfile16
1 files changed, 8 insertions, 8 deletions
diff --git a/client/Dockerfile b/client/Dockerfile
index 853c265..e3c6f2f 100644
--- a/client/Dockerfile
+++ b/client/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:20.04
+FROM ubuntu:22.04
MAINTAINER Roeland Jago Douma <roeland@famdouma.nl>
@@ -34,11 +34,11 @@ RUN sed -i '/deb-src/s/^# //' /etc/apt/sources.list && \
mesa-common-dev \
pkg-config \
ninja-build \
- gcc-10 \
- g++-10 \
- clang-10 \
- clang-format-10 \
- clang-tidy-10 \
+ gcc-11 \
+ g++-11 \
+ clang-14 \
+ clang-format-14 \
+ clang-tidy-14 \
clazy \
cmake \
zlib1g-dev \
@@ -89,8 +89,8 @@ RUN sed -i '/deb-src/s/^# //' /etc/apt/sources.list && \
libgstreamer1.0-dev \
libgstreamer-plugins-base1.0-dev \
# QDoc Documentation Generator Tool
- libclang-10-dev \
- llvm-10 \
+ libclang-14-dev \
+ llvm-14 \
# generate png images from svg
inkscape \
# SonarCloud