mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 17:33:18 +02:00
CI: switched to Debian 12
This commit is contained in:
parent
b5fb939257
commit
b6f06a7e0c
@ -4,7 +4,7 @@ variables:
|
||||
FPC_FIXES_VER: 3.2.3
|
||||
FPC_MAIN_VER: 3.3.1
|
||||
|
||||
IMAGE_TAG: $CI_REGISTRY_IMAGE/debian11-x86-64:latest
|
||||
IMAGE_TAG: $CI_REGISTRY_IMAGE/debian-x86-64:latest
|
||||
QT5PAS_SRC: lcl/interfaces/qt5/cbindings
|
||||
QT6PAS_SRC: lcl/interfaces/qt6/cbindings
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM debian:bullseye-backports
|
||||
FROM debian:12-slim
|
||||
ARG FPC_STABLE_VER
|
||||
ARG FPC_OLDSTABLE_VER
|
||||
ARG FPC_FIXES_VER
|
||||
|
Loading…
Reference in New Issue
Block a user