diff --git a/packages/Dockerfile.starship b/packages/Dockerfile.starship index 1027c3d..4f5e93a 100644 --- a/packages/Dockerfile.starship +++ b/packages/Dockerfile.starship @@ -1,5 +1,8 @@ FROM rust:1 as build +LABEL maintainer="Tine Jozelj " +LABEL org.opencontainers.image.source https://github.com/mentos1386/env + WORKDIR /usr/src/starship ARG VERSION=0.47.0