Skip to content

Commit fbd10cb

Browse files
authored
Merge pull request #131 from gadamo/main
Fix docker image build failure after node:lts-alpine changed to 18.
2 parents 076b496 + 44d0f88 commit fbd10cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
zerotier:
5-
image: zyclonite/zerotier:1.10.1
5+
image: zyclonite/zerotier:1.10.2
66
container_name: zu-controller
77
restart: unless-stopped
88
volumes:

docker/zero-ui/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM --platform=$BUILDPLATFORM node:lts-alpine as frontend-build
22

33
ENV INLINE_RUNTIME_CHUNK=false
44
ENV GENERATE_SOURCEMAP=false
5+
ENV NODE_OPTIONS=--openssl-legacy-provider
56

67
WORKDIR /app/frontend
78
COPY yarn.lock .yarnrc.yml ./

0 commit comments

Comments
 (0)