mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
chore(deps): update build and packages (#1009)
* chore: update golang deps * bump node and golang * update node * tell that to mel gibson. * build: update go version * chore: update deps * chore: go mod tidy --------- Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
This commit is contained in:
parent
c7ec93722b
commit
daa4bf9a0f
5 changed files with 111 additions and 359 deletions
|
@ -1,5 +1,5 @@
|
|||
# build web
|
||||
FROM node:18.7.0-alpine3.16 AS web-builder
|
||||
FROM node:18.17.0-alpine3.18 AS web-builder
|
||||
COPY . ./
|
||||
WORKDIR /web
|
||||
RUN corepack enable && \
|
||||
|
@ -7,7 +7,7 @@ RUN corepack enable && \
|
|||
pnpm run build
|
||||
|
||||
# build app
|
||||
FROM golang:1.20-alpine3.16 AS app-builder
|
||||
FROM golang:1.20-alpine3.18 AS app-builder
|
||||
|
||||
ARG VERSION=dev
|
||||
ARG REVISION=dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue