Compare commits

..

No commits in common. "94d7b26ab98c8b81dbd6e3de7cd5eed7aa2908c7" and "3308da03e0dfad1ba621f71a33568e0f6cad9dda" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM node:20-slim AS builder
FROM node:19-slim AS builder
COPY . /src
WORKDIR /src