Compare commits

...

1 commit

Author SHA1 Message Date
asonix 7964360d07 it was a space issue on the build server
All checks were successful
/ build (map[platform:linux/arm64 suffix:linux-arm64]) (push) Successful in 13m33s
/ publish-forgejo (push) Successful in 5s
/ publish-docker (push) Successful in 13s
/ build (map[platform:linux/amd64 suffix:linux-amd64]) (push) Successful in 4m9s
2024-05-03 16:24:22 -05:00

View file

@ -1,4 +1,4 @@
FROM docker.io/node:20.12.0-bookworm
FROM docker.io/node:20-bookworm
RUN \
mkdir -p /opt && \