Skip to content

Commit

Permalink
fix: update maintainer field (#37)
Browse files Browse the repository at this point in the history
Thanks vivi from the fedora discord
  • Loading branch information
castrojo committed Apr 24, 2023
1 parent 9e2d6f5 commit e94a8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM quay.io/toolbx-images/alpine-toolbox:edge
LABEL com.github.containers.toolbox="true" \
usage="This image is meant to be used with the toolbox or distrobox command" \
summary="A cloud-native terminal experience" \
maintainer="jorge.castro@gmail.com>"
maintainer="jorge.castro@gmail.com"

COPY extra-packages /
RUN apk update && \
Expand Down

0 comments on commit e94a8a6

Please sign in to comment.