mirror of https://github.com/mattn/go-sqlite3.git
temporary fix to make the job pass
use same workaround as https://github.com/authelia/authelia/pull/6404 before https://github.com/mattn/go-sqlite3/pull/1177 fixes the build otherwise
This commit is contained in:
parent
c260ecf7e4
commit
d9e2789502
|
@ -9,7 +9,7 @@
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# Build Stage
|
# Build Stage
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
FROM golang:alpine AS build
|
FROM golang:alpine3.18 AS build
|
||||||
|
|
||||||
# Important:
|
# Important:
|
||||||
# Because this is a CGO enabled package, you are required to set it as 1.
|
# Because this is a CGO enabled package, you are required to set it as 1.
|
||||||
|
|
Loading…
Reference in New Issue