build docker v2.5

This commit is contained in:
rebron1900 2023-12-31 10:15:40 +08:00
parent 1e5f6583d6
commit 21bac2b5aa
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:alpine3.18 AS build
FROM golang:alpine AS build
RUN apk add build-base git
WORKDIR /src
COPY . .

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/nkanaev/yarr
go 1.17
require (
github.com/mattn/go-sqlite3 v1.14.7
github.com/mattn/go-sqlite3 v1.14.16
golang.org/x/net v0.17.0
golang.org/x/sys v0.13.0
)