Skip to content

Commit 3e2dd24

Browse files
committed
Bump version to 0.3.1
1 parent cbb1e85 commit 3e2dd24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ FROM python:3.9.18-alpine
22

33
# Generic labels
44
LABEL maintainer="Arian Mollik Wasi <[email protected]>"
5-
LABEL version="0.3.0"
5+
LABEL version="0.3.1"
66
LABEL description="My own custom 12ft.io replacement"
77
LABEL url="https://github.com/wasi-master/13ft/"
88
LABEL documentation="https://github.com/wasi-master/13ft/blob/main/README.md"
99

1010
# OCI compliant labels
1111
LABEL org.opencontainers.image.source="https://github.com/wasi-master/13ft"
12-
LABEL org.opencontainers.image.authors="Arian Mollik Wasi, Justin Paul, Alfredo Casanova"
12+
LABEL org.opencontainers.image.authors="Arian Mollik Wasi"
1313
LABEL org.opencontainers.image.created="2023-10-31T22:53:00Z"
14-
LABEL org.opencontainers.image.version="0.3.0"
14+
LABEL org.opencontainers.image.version="0.3.1"
1515
LABEL org.opencontainers.image.url="https://github.com/wasi-master/13ft/"
1616
LABEL org.opencontainers.image.source="https://github.com/wasi-master/13ft/"
1717
LABEL org.opencontainers.image.description="My own custom 12ft.io replacement"

0 commit comments

Comments
 (0)