Temporarily upgrade web-components to latest version

This commit is contained in:
Torsten Dittmann
2025-10-16 22:47:07 +04:00
parent 973c8e0153
commit ca80bc9b8e
+4
View File
@@ -47,6 +47,10 @@ ENV SENTRY_AUTH_TOKEN=$SENTRY_AUTH_TOKEN
ENV SENTRY_RELEASE=$SENTRY_RELEASE
ENV NODE_OPTIONS=--max_old_space_size=8192
# TEMP FIX
ARG CACHEBUST=1
RUN pnpm up --latest @imagine.dev/web-components
RUN pnpm run build
FROM nginx:1.26.3-alpine