diff --git a/build.sh b/build.sh index 1bf9d3d..e4a5d24 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,6 @@ set -ex IMAGE=pommib/swiss:latest -docker pull $IMAGE docker pull debian:bookworm-slim docker build --no-cache -t $IMAGE ./ docker push $IMAGE