Automatically publish container image to Github Container Repo (#49)
* Update Debian base image to newest version * Add workflow for building container image * Use date-based tags
This commit is contained in:
parent
ad0252695f
commit
9a5fc2abdf
2 changed files with 47 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:buster-slim AS builder
|
||||
FROM debian:bookworm-slim AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue