build: update containerfile #2

Merged
Maurice merged 2 commits from Containerfile into dev 2024-02-01 19:08:55 +00:00
Showing only changes of commit 82f40bcaea - Show all commits

@ -18,7 +18,7 @@ RUN case "$(apk --print-arch)" in \
mv ./target/aarch64-unknown-linux-musl /release ;; \
esac
FROM alpine:edge
FROM alpine:3.19
WORKDIR /app
RUN mkdir /app/wwwroot