feat: update to trixie
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
068c38ecf5
commit
3b4b0d378f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bookworm-slim
|
||||
FROM debian:trixie-slim
|
||||
|
||||
RUN set -eux && \
|
||||
apt-get update && \
|
||||
|
|
2
build.sh
2
build.sh
|
@ -4,6 +4,6 @@ set -ex
|
|||
|
||||
IMAGE=pommib/swiss:latest
|
||||
docker pull $IMAGE
|
||||
docker pull debian:bookworm-slim
|
||||
docker pull debian:trixie-slim
|
||||
docker build --no-cache -t $IMAGE ./
|
||||
docker push $IMAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue