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:
Diego Becciolini 2023-12-13 20:41:33 +00:00 committed by mattn
parent c260ecf7e4
commit d9e2789502
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# -----------------------------------------------------------------------------
# Build Stage
# -----------------------------------------------------------------------------
FROM golang:alpine AS build
FROM golang:alpine3.18 AS build
# Important:
# Because this is a CGO enabled package, you are required to set it as 1.