mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-05 15:03:38 +00:00
Build backend as root due to chainguard image issue
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# syntax=docker/dockerfile:1.4
|
||||
FROM cgr.dev/chainguard/go:1.19 as build
|
||||
|
||||
# See https://github.com/chainguard-images/go/issues/16
|
||||
USER root
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
COPY . /src
|
||||
|
Reference in New Issue
Block a user