Skip to content

Commit

Permalink
fixed dockerfile label syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
k4yt3x committed Feb 19, 2022
1 parent 82512ef commit f17d755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.slim-alpine
Expand Up @@ -18,7 +18,7 @@ RUN apk add --no-cache \

# stage 2: install wheels into final image
FROM docker.io/library/python:3.10.2-alpine3.15
LABEL maintainer="K4YT3X <i@k4yt3x.com>"
LABEL maintainer="K4YT3X <i@k4yt3x.com>" \
org.opencontainers.image.source="https://github.com/k4yt3x/video2x" \
org.opencontainers.image.description="A lossless video/GIF/image upscaler"

Expand Down

0 comments on commit f17d755

Please sign in to comment.