Skip to content

Commit d9e2789

Browse files
itizirmattn
authored andcommitted
temporary fix to make the job pass
use same workaround as authelia/authelia#6404 before #1177 fixes the build otherwise
1 parent c260ecf commit d9e2789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_example/simple/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# -----------------------------------------------------------------------------
1010
# Build Stage
1111
# -----------------------------------------------------------------------------
12-
FROM golang:alpine AS build
12+
FROM golang:alpine3.18 AS build
1313

1414
# Important:
1515
# Because this is a CGO enabled package, you are required to set it as 1.

0 commit comments

Comments
 (0)