mirror of https://github.com/sipwise/rtpengine.git
bookworm is the current Debian stable release as of 2023-06-10, so switch from bullseye to bookworm. Change-Id: I7df785862dd6a1466d426c147dce5877e66ec9d3pull/1722/head
parent
d1e29f1dff
commit
77809b9059
@ -1,4 +1,4 @@
|
||||
FROM debian:bullseye
|
||||
FROM debian:bookworm
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
name: "Build Docker image based on Debian/bookworm"
|
||||
description: "Build Docker image based on Debian/bookworm"
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
@ -1,6 +0,0 @@
|
||||
name: "Build Docker image based on Debian/bullseye"
|
||||
description: "Build Docker image based on Debian/bullseye"
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
Loading…
Reference in new issue