From d9e2789502bf576eabd0232f4fad9bd4abcd4f31 Mon Sep 17 00:00:00 2001 From: Diego Becciolini Date: Wed, 13 Dec 2023 20:41:33 +0000 Subject: [PATCH] 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 --- _example/simple/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_example/simple/Dockerfile b/_example/simple/Dockerfile index b8545da..8ed0473 100644 --- a/_example/simple/Dockerfile +++ b/_example/simple/Dockerfile @@ -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.