Skip to content

Commit

Permalink
temporary fix to make the job pass
Browse files Browse the repository at this point in the history
use same workaround as authelia/authelia#6404
before #1177 fixes the build
otherwise
  • Loading branch information
itizir authored and mattn committed Dec 14, 2023
1 parent c260ecf commit d9e2789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/simple/Dockerfile
Expand Up @@ -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.
Expand Down

0 comments on commit d9e2789

Please sign in to comment.