@@ -42,7 +42,7 @@ jobs:
language: [ javascript, cpp, python ]
container:
- image: ghcr.io/kamailio/pkg-kamailio-docker:${{ github.ref_name }}-bookworm
+ image: ghcr.io/kamailio/pkg-kamailio-docker:${{ github.ref_name }}-trixie
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
@@ -14,7 +14,7 @@ name: build devcontainer image
default: false
env:
- DIST: bookworm
+ DIST: trixie
jobs:
build:
@@ -24,9 +24,9 @@ jobs:
strategy:
matrix:
include:
- - distribution: bookworm
+ - distribution: trixie
compilier: gcc
compilier: clang
- distribution: sid
@@ -86,9 +86,9 @@ jobs:
steps:
- name: Check out the repository to the runner