Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Forkana is a fork of Gitea (self-hosted git service) that's been repurposed to a

- **Go**: 1.25.1+ (see https://go.dev/doc/manage-install)
- **Node.js**: 22.6.0+
- **pnpm**: 10.0.0+
- **pnpm**: 10.16.0+ (required for `minimumReleaseAge` dependency age gating)
Comment thread
pedrogaudencio marked this conversation as resolved.
- **git-lfs**: Required for binary assets
- **Make**: Build system

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apk --no-cache add \
git \
nodejs \
npm \
&& npm install -g pnpm@10 \
&& corepack enable \
&& rm -rf /var/cache/apk/*
Comment thread
pedrogaudencio marked this conversation as resolved.

# Setup repo
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rootless
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apk --no-cache add \
git \
nodejs \
npm \
&& npm install -g pnpm@10 \
&& corepack enable \
&& rm -rf /var/cache/apk/*
Comment thread
pedrogaudencio marked this conversation as resolved.

# Setup repo
Expand Down
2 changes: 1 addition & 1 deletion docker/forkana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apk --no-cache add \
git \
nodejs \
npm \
&& npm install -g pnpm@10 \
&& corepack enable \
&& rm -rf /var/cache/apk/*
Comment thread
pedrogaudencio marked this conversation as resolved.

# Setup repo
Expand Down
Loading