Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 4c6bc67

Browse files
committed
chore: fix Dockerfile linter errors
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
1 parent 764b34e commit 4c6bc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:20-slim
2-
LABEL org.opencontainers.image.source https://github.com/filecoin-station/core
2+
LABEL org.opencontainers.image.source=https://github.com/filecoin-station/core
33
USER node
44
WORKDIR /usr/src/app
55
COPY . .

0 commit comments

Comments
 (0)