diff --git a/docker/Dockerfile.build b/docker/Dockerfile.build index 9e2f939..6aabd68 100644 --- a/docker/Dockerfile.build +++ b/docker/Dockerfile.build @@ -7,8 +7,5 @@ ARG NODE_VERSION # Node.js + runtime dependencies FROM ghcr.io/thumbsup/runtime:node-${NODE_VERSION} -# Metadata -LABEL org.opencontainers.image.source https://github.com/thumbsup/thumbsup - # Standard build dependencies for npm install RUN apk add --no-cache git make g++ python3 bash