Merge pull request #131 from gadamo/main

Fix docker image build failure after node:lts-alpine changed to 18.
This commit is contained in:
dec0dOS 2022-12-28 22:03:24 +00:00 committed by GitHub
commit fbd10cb142
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@ version: "3"
services:
zerotier:
image: zyclonite/zerotier:1.10.1
image: zyclonite/zerotier:1.10.2
container_name: zu-controller
restart: unless-stopped
volumes:

View file

@ -2,6 +2,7 @@ FROM --platform=$BUILDPLATFORM node:lts-alpine as frontend-build
ENV INLINE_RUNTIME_CHUNK=false
ENV GENERATE_SOURCEMAP=false
ENV NODE_OPTIONS=--openssl-legacy-provider
WORKDIR /app/frontend
COPY yarn.lock .yarnrc.yml ./