mirror of https://github.com/sipwise/ngcpcfg.git
Debian/bookworm is the current stable release and this is also what we're supporting, so switch GitHub actions accordingly from bullseye to bookworm. Change-Id: I427ede88cec3ba2ef26c1351807b06d75ed4a37amr12.1
parent
ad97e666f6
commit
def4d75411
@ -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