feat(packages:starship): add labels

This commit is contained in:
Tine Jozelj 2020-12-22 15:37:05 +01:00
parent 1e1ece5c6f
commit 88b7646e19
No known key found for this signature in database
GPG key ID: 3818B74E3830D7CF

View file

@ -1,5 +1,8 @@
FROM rust:1 as build FROM rust:1 as build
LABEL maintainer="Tine <mentos1386> Jozelj <tine@tjo.space>"
LABEL org.opencontainers.image.source https://github.com/mentos1386/env
WORKDIR /usr/src/starship WORKDIR /usr/src/starship
ARG VERSION=0.47.0 ARG VERSION=0.47.0