Skip to content
Merged
Changes from 1 commit
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
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Define versions as build arguments for easy updates
ARG NODE_VERSION=26.3.1
ARG PNPM_VERSION=11.8.0
ARG ALPINE_VERSION=3.23

FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION}
FROM node:${NODE_VERSION}-trixie-slim

ARG PNPM_VERSION
ARG GIT_BRANCH
Expand Down
Loading