fix: ignore hadolint DL3066 for non-numeric USER #38

Merged
jcabillot merged 1 commits from fix/hadolint-dl3066 into main 2026-08-02 12:45:12 -04:00
+1 -1
View File
@@ -22,7 +22,7 @@ RUN apt-get update && \
COPY --chmod=755 opencode-attach /usr/local/bin/opencode-attach
COPY --from=registry.k8s.io/kubectl:v1.36.3 /bin/kubectl /usr/local/bin/kubectl
# hadolint ignore=DL3066
USER opencode
WORKDIR /home/opencode