Build backend as root due to chainguard image issue

This commit is contained in:
Dave Gallant
2022-11-04 23:17:49 -04:00
parent b5332591a6
commit cfbd2506d2

View File

@@ -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