Urgh version

This commit is contained in:
Will Hunt 2021-04-16 13:11:54 +01:00
parent 8a9163acdc
commit 07bd0e8be4

View File

@ -8,7 +8,7 @@ WORKDIR /src
RUN yarn
# Stage 1: The actual container
FROM node:12-alpine
FROM node:14-alpine
COPY --from=builder /src/lib/ /bin/matrix-github/
COPY --from=builder /src/public/ /bin/matrix-github/public/