diff --git a/build.sh b/build.sh index f9416cb..5d5a38b 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash set -Eeuxo pipefail -AKKOMA_COMMIT="dd17e0353a9efd66b19803d066ec45fa7d155886" +AKKOMA_COMMIT="024578a659d453ae61e7535cb73758f760af375a" AKKOMA_BASE_IMAGE="registry.nrd.li/nrdli/akkoma:${AKKOMA_COMMIT}" # clone akkoma source code