Skip to content

Commit b34e636

Browse files
itizirjgiannuzzi
authored andcommitted
temporary fix to make the job pass
use same workaround as authelia/authelia#6404 before mattn#1177 fixes the build otherwise
1 parent 9f71a3a commit b34e636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_example/simple/Dockerfile

Lines changed: 1 addition & 1 deletion
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)