Skip to content

Commit

Permalink
chore: test version schema
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinartz committed Nov 11, 2023
1 parent eb2ee22 commit c3e4c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.11-slim-bullseye

LABEL org.opencontainers.image.created=${BUILD_DATE}
LABEL org.opencontainers.image.version="1.0.0-dev.1"
LABEL org.opencontainers.image.version="v1.0.0-dev.1"
LABEL org.opencontainers.image.authors="Nico Reinartz <[email protected]>"
LABEL org.opencontainers.image.vendor="Nico Reinartz"
LABEL org.opencontainers.image.title="Trend Detection Bot Handler"
Expand Down

0 comments on commit c3e4c2d

Please sign in to comment.