From bbf1a0e819562d1eb2219e49c0e875564728dedb Mon Sep 17 00:00:00 2001 From: opencodecabilloteu Date: Sun, 2 Aug 2026 16:39:19 +0000 Subject: [PATCH] fix: ignore hadolint DL3066 for non-numeric USER --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a9f981..3e72fde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- 2.54.0