chore: changeset integration (#8)

This commit is contained in:
Shahrad Elahi
2024-04-27 01:06:57 +03:30
committed by GitHub
parent 55d89d7990
commit eb45ccc91e
16 changed files with 98 additions and 22 deletions

View File

@@ -1,5 +1,6 @@
ARG ALPINE_VERSION=3.19
ARG NODE_VERSION=20
ARG VERSION=0.0.0-dev
FROM --platform=$BUILDPLATFORM chriswayg/tor-alpine:latest as tor
@@ -44,7 +45,6 @@ ENV HOST_HEADER=x-forwarded-host
FROM base AS runner
ENV VERSION=0.0.0-dev
ENV NODE_ENV=development
ENV LOG_LEVEL=debug