mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
alpine: bump version to 3.22
This commit is contained in:
@@ -168,7 +168,7 @@ enable_testing()
|
|||||||
#
|
#
|
||||||
# When edit DIST_IDS and DIST_VERS, also edit .github/workflows/test.yaml
|
# When edit DIST_IDS and DIST_VERS, also edit .github/workflows/test.yaml
|
||||||
list(APPEND DIST_IDS ubuntu ubuntu ubuntu rocky rocky almalinux alpine arch)
|
list(APPEND DIST_IDS ubuntu ubuntu ubuntu rocky rocky almalinux alpine arch)
|
||||||
list(APPEND DIST_VERS 20.04 22.04 24.04 8.9 9.3 9.3 3.19 base)
|
list(APPEND DIST_VERS 20.04 22.04 24.04 8.9 9.3 9.3 3.22 base)
|
||||||
|
|
||||||
list(LENGTH DIST_IDS _DIST_LISTLEN)
|
list(LENGTH DIST_IDS _DIST_LISTLEN)
|
||||||
math(EXPR DIST_LISTLEN "${_DIST_LISTLEN} - 1")
|
math(EXPR DIST_LISTLEN "${_DIST_LISTLEN} - 1")
|
||||||
@@ -288,9 +288,9 @@ add_custom_target(build-single-binary
|
|||||||
COMMENT "Build mscp as a single binary in alpine conatiner"
|
COMMENT "Build mscp as a single binary in alpine conatiner"
|
||||||
WORKING_DIRECTORY ${mscp_SOURCE_DIR}
|
WORKING_DIRECTORY ${mscp_SOURCE_DIR}
|
||||||
BYPRODUCTS ${CMAKE_BINARY_DIR}/${SINGLEBINARYFILE}
|
BYPRODUCTS ${CMAKE_BINARY_DIR}/${SINGLEBINARYFILE}
|
||||||
DEPENDS docker-build-alpine-3.19
|
DEPENDS docker-build-alpine-3.22
|
||||||
COMMAND
|
COMMAND
|
||||||
${CE} run --rm -v ${CMAKE_BINARY_DIR}:/out mscp-alpine:3.19
|
${CE} run --rm -v ${CMAKE_BINARY_DIR}:/out mscp-alpine:3.22
|
||||||
cp /mscp/build/mscp /out/${SINGLEBINARYFILE})
|
cp /mscp/build/mscp /out/${SINGLEBINARYFILE})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.19
|
FROM alpine:3.22
|
||||||
|
|
||||||
# do not use REQUIREDPKGS build argument because
|
# do not use REQUIREDPKGS build argument because
|
||||||
# this Dockerfile compiles mscp with conan,so we do not need
|
# this Dockerfile compiles mscp with conan,so we do not need
|
||||||
Reference in New Issue
Block a user