mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
chore(build): update go and node (#1301)
* chore(build): sync go and node * node20 * golang:1.20-alpine3.19 * 20.10.0-alpine3.19 golang:1.20-alpine3.19
This commit is contained in:
parent
3d9e3f1cd0
commit
95cd053db5
3 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
# build web
|
||||
FROM node:18.17.0-alpine3.18 AS web-builder
|
||||
FROM node:20.10.0-alpine3.19 AS web-builder
|
||||
RUN corepack enable
|
||||
|
||||
WORKDIR /web
|
||||
|
@ -11,7 +11,7 @@ COPY web ./
|
|||
RUN pnpm run build
|
||||
|
||||
# build app
|
||||
FROM golang:1.20-alpine3.18 AS app-builder
|
||||
FROM golang:1.20-alpine3.19 AS app-builder
|
||||
|
||||
ARG VERSION=dev
|
||||
ARG REVISION=dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue