Skip to content

Commit

Permalink
Merge pull request #50 from flanksource/add-gc-except
Browse files Browse the repository at this point in the history
fix: add gc_unsafe param in dockerfile
  • Loading branch information
yashmehrotra authored Mar 24, 2023
2 parents bba9f84 + bcf7236 commit f750778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ RUN apt-get update && \
apt-get clean

COPY --from=builder /app/.bin/apm-hub /app

ENV ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.20
ENTRYPOINT ["/app/apm-hub"]

0 comments on commit f750778

Please sign in to comment.