Skip to content

18.0.3

Choose a tag to compare

@github-actions github-actions released this 20 Oct 01:50

Abstract

Fix the Dockerfile by removing the undefined $WORKDIR variable and copying the build context into the current working directory instead. This prevents accidental copies to a literal "$WORKDIR" path and aligns with Docker’s WORKDIR semantics.

Background

During image builds, the Dockerfile used an undefined $WORKDIR variable as the COPY destination. GitHub displayed a warning about this in the repository/PR checks, and the warning had remained unaddressed.

スクリーンショット 2025-10-20 10 39 47

Destructive Changes

N/A

Known Limitations

N/A

Related Issues