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:
@@ -1,4 +1,4 @@
|
|||||||
FROM debian:bookworm-slim
|
FROM debian:trixie-slim
|
||||||
|
|
||||||
RUN set -eux && \
|
RUN set -eux && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
2
build.sh
2
build.sh
@@ -4,6 +4,6 @@ set -ex
|
|||||||
|
|
||||||
IMAGE=pommib/swiss:latest
|
IMAGE=pommib/swiss:latest
|
||||||
docker pull $IMAGE
|
docker pull $IMAGE
|
||||||
docker pull debian:bookworm-slim
|
docker pull debian:trixie-slim
|
||||||
docker build --no-cache -t $IMAGE ./
|
docker build --no-cache -t $IMAGE ./
|
||||||
docker push $IMAGE
|
docker push $IMAGE
|
||||||
|
Reference in New Issue
Block a user