Merge pull request #123 from useplunk/main

Catch canary up to main
This commit is contained in:
Dries Augustyns
2024-10-29 18:00:01 +01:00
committed by GitHub
2 changed files with 1717 additions and 1885 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Base Stage
FROM node:alpine AS base
FROM node:20-alpine AS base
WORKDIR /app
@@ -13,7 +13,7 @@ RUN yarn workspace @plunk/api build
RUN yarn workspace @plunk/dashboard build
# Final Stage
FROM node:alpine
FROM node:20-alpine
WORKDIR /app
+1715 -1883
View File
File diff suppressed because it is too large Load Diff