mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
chore(deps): update Go to 1.23
and Node to 20.17.0
(#1639)
* bump(deps): lift language versions * Update Dockerfile * ask your doctor * chore: update go to 1.23 * fix: go mod version --------- Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
This commit is contained in:
parent
34d6e0cf60
commit
f3c7946e52
5 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
# build web
|
||||
FROM node:20.10.0-alpine3.19 AS web-builder
|
||||
FROM node:20.17.0-alpine3.20 AS web-builder
|
||||
RUN corepack enable
|
||||
|
||||
WORKDIR /web
|
||||
|
@ -11,7 +11,7 @@ COPY web ./
|
|||
RUN pnpm run build
|
||||
|
||||
# build app
|
||||
FROM golang:1.22-alpine3.19 AS app-builder
|
||||
FROM golang:1.23-alpine3.20 AS app-builder
|
||||
|
||||
ARG VERSION=dev
|
||||
ARG REVISION=dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue