mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 08:45:46 +00:00
feat(packages:starship): add labels
This commit is contained in:
parent
1e1ece5c6f
commit
88b7646e19
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue