ubuntu
goreleaser / goreleaser (push) Failing after 1m7s Details
goreleaser / release-image (push) Failing after 1m30s Details
check-and-test / check-and-test (push) Failing after 1m1s Details

This commit is contained in:
gilesb 2023-10-26 12:28:55 +01:00
parent 5beb5bf56b
commit c95e41804b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ COPY . /build/
WORKDIR /build
RUN make build
FROM cgr.dev/chainguard/static:latest
FROM ubuntu:latest
COPY --from=build /build/tea /tea
VOLUME [ "/app" ]
ENV HOME="/app"