mirror of
https://github.com/stashapp/stash.git
synced 2026-05-07 12:00:24 +02:00
[docker] bump cuda, node version (#6890)
12.8 was superceded by 12.8.3 and 13 has since been released. Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
This commit is contained in:
parent
3afe29215d
commit
46f72e5574
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# This dockerfile should be built with `make docker-cuda-build` from the stash root.
|
||||
ARG CUDA_VERSION=12.8.0
|
||||
ARG CUDA_VERSION=13.2.1
|
||||
|
||||
# Build Frontend
|
||||
FROM node:20-alpine AS frontend
|
||||
FROM node:24-alpine AS frontend
|
||||
RUN apk add --no-cache make git
|
||||
## cache node_modules separately
|
||||
COPY ./ui/v2.5/package.json ./ui/v2.5/pnpm-lock.yaml /stash/ui/v2.5/
|
||||
|
|
|
|||
Loading…
Reference in a new issue