diff --git a/Dockerfile b/Dockerfile index 5856339..af5cf59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM node:18-alpine3.15 +LABEL org.opencontainers.image.source https://github.com/kevinmidboe/seasoned RUN apk update && apk add curl