From 10754d0828b7e5149b1788e999a18ead661429c2 Mon Sep 17 00:00:00 2001 From: Jawad Tariq Date: Thu, 28 Mar 2024 17:29:53 -0400 Subject: [PATCH] chore: revert label Signed-off-by: Jawad Tariq --- contracts/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/Dockerfile b/contracts/Dockerfile index 59353eef7..9c93771e5 100644 --- a/contracts/Dockerfile +++ b/contracts/Dockerfile @@ -1,5 +1,4 @@ FROM node:18.15.0-slim as base -LABEL org.opencontainers.image.source=https://github.com/topos-protocol/topos WORKDIR /usr/src/app COPY package*.json . RUN npm install