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:
Leonard Ehrenfried 2024-02-15 08:23:13 +01:00 committed by GitHub
parent ad0252695f
commit 9a5fc2abdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 47 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM debian:buster-slim AS builder
FROM debian:bookworm-slim AS builder
WORKDIR /app