mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-07 04:18:07 -06:00
bump node:18 Docker containers to node:20
This commit is contained in:
parent
4a2c712b3d
commit
70f6b85a21
2 changed files with 8 additions and 10 deletions
|
|
@ -19,7 +19,7 @@ WORKDIR /go/src/github.com/superseriousbusiness/gotosocial
|
|||
RUN /go/bin/swagger generate spec -o /go/src/github.com/superseriousbusiness/gotosocial/swagger.yaml --scan-models
|
||||
|
||||
# stage 2: generate the web/assets/dist bundles
|
||||
FROM --platform=${BUILDPLATFORM} node:18-alpine AS bundler
|
||||
FROM --platform=${BUILDPLATFORM} node:20-alpine AS bundler
|
||||
|
||||
COPY web web
|
||||
RUN yarn --cwd ./web/source install && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue