mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
chore(build): update to Go 18 (#321)
This commit is contained in:
parent
c4efbd6e20
commit
41eef4e8be
3 changed files with 2 additions and 328 deletions
|
@ -7,7 +7,7 @@ COPY web .
|
|||
RUN yarn build
|
||||
|
||||
# build app
|
||||
FROM golang:1.17.9-alpine AS app-builder
|
||||
FROM golang:1.18-alpine3.16 AS app-builder
|
||||
|
||||
ARG VERSION=dev
|
||||
ARG REVISION=dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue