Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/it-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


FROM ghcr.io/trueforge-org/node:24.18@sha256:62add29e690118e631e72602fd66f927bd5e1f662cb0fce6647313a47c3596cb AS builder
FROM ghcr.io/trueforge-org/node:24.18@sha256:02439c3be5373d29a6e700593b526be417f51461e467608781f4b8b8e7875978 AS builder
ARG VERSION
WORKDIR /tmp
ENV HOME=/tmp
Expand Down
2 changes: 1 addition & 1 deletion apps/overseerr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/trueforge-org/node:24.18@sha256:62add29e690118e631e72602fd66f927bd5e1f662cb0fce6647313a47c3596cb
FROM ghcr.io/trueforge-org/node:24.18@sha256:02439c3be5373d29a6e700593b526be417f51461e467608781f4b8b8e7875978

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion apps/seerr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ---------- BASE STAGE ----------
FROM ghcr.io/trueforge-org/node:24.18@sha256:62add29e690118e631e72602fd66f927bd5e1f662cb0fce6647313a47c3596cb AS base
FROM ghcr.io/trueforge-org/node:24.18@sha256:02439c3be5373d29a6e700593b526be417f51461e467608781f4b8b8e7875978 AS base

ARG VERSION

USER root

ENV NODE_OPTIONS=--max_old_space_size=2048 \

Check warning on line 8 in apps/seerr/Dockerfile

View workflow job for this annotation

GitHub Actions / Build seerr / Build (linux/amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$PNPM_HOME' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 8 in apps/seerr/Dockerfile

View workflow job for this annotation

GitHub Actions / Build seerr / Build (linux/arm64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$PNPM_HOME' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
PNPM_HOME="/pnpm" \
PATH="$PNPM_HOME:$PATH"

Expand Down
Loading