forked from compAIR/libcreate
ci: change from ubuntu base to debian base
This commit is contained in:
parent
52201a3932
commit
f3cafc241d
2 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
|||
# Setup #
|
||||
#########
|
||||
|
||||
cmake_minimum_required(VERSION 3.25)
|
||||
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||
|
||||
include(Versioning)
|
||||
|
@ -17,7 +19,6 @@ include(Versioning)
|
|||
# target_link_libraries(... ${libcreate_LIBRARIES})
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 3.28)
|
||||
project(
|
||||
libcreate
|
||||
VERSION ${TAG_VERSION_MAJOR}.${TAG_VERSION_MINOR}.${TAG_VERSION_PATCH}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:24.04
|
||||
FROM debian:bookworm
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue