From 4c6bc6718da8e970f40fb22e7a387ac3776fa5dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 2 Sep 2024 15:47:48 +0200 Subject: [PATCH] chore: fix Dockerfile linter errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Bajtoš --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a79514ca..c8878900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM node:20-slim -LABEL org.opencontainers.image.source https://github.com/filecoin-station/core +LABEL org.opencontainers.image.source=https://github.com/filecoin-station/core USER node WORKDIR /usr/src/app COPY . .