-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c9f1f8
commit ba239e1
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM python:3.9.18-alpine | |
|
||
# Generic labels | ||
LABEL maintainer="Arian Mollik Wasi <[email protected]>" | ||
LABEL version="0.3.1" | ||
LABEL version="0.3.3" | ||
LABEL description="My own custom 12ft.io replacement" | ||
LABEL url="https://github.com/wasi-master/13ft/" | ||
LABEL documentation="https://github.com/wasi-master/13ft/blob/main/README.md" | ||
|
@@ -11,7 +11,7 @@ LABEL documentation="https://github.com/wasi-master/13ft/blob/main/README.md" | |
LABEL org.opencontainers.image.source="https://github.com/wasi-master/13ft" | ||
LABEL org.opencontainers.image.authors="Arian Mollik Wasi" | ||
LABEL org.opencontainers.image.created="2023-10-31T22:53:00Z" | ||
LABEL org.opencontainers.image.version="0.3.1" | ||
LABEL org.opencontainers.image.version="0.3.3" | ||
LABEL org.opencontainers.image.url="https://github.com/wasi-master/13ft/" | ||
LABEL org.opencontainers.image.source="https://github.com/wasi-master/13ft/" | ||
LABEL org.opencontainers.image.description="My own custom 12ft.io replacement" | ||
|