You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(docker): fix casing of AS keyword to resolve linter warnings
Fixed Dockerfile lint warnings by standardizing the casing of the `AS` keyword in multi-stage builds. This aligns with best practices for Dockerfile formatting and improves compatibility with linting tools used in CI.
No functional changes were made — only formatting adjustments to suppress warnings and maintain clean build output.
Signed-off-by: Mehfooj <162735469+Savvythelegend@users.noreply.github.com>
RUN wget -O "hugo.tar.gz""https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-${TARGETARCH}.tar.gz"
0 commit comments