From 3e2dd24fba0ed3cceebfbcbbffac07fbb8d639e1 Mon Sep 17 00:00:00 2001 From: Wasi Master <63045920+wasi-master@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:45:17 +0600 Subject: [PATCH] Bump version to 0.3.1 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2a862cf..a4f83b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,16 +2,16 @@ FROM python:3.9.18-alpine # Generic labels LABEL maintainer="Arian Mollik Wasi " -LABEL version="0.3.0" +LABEL version="0.3.1" 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" # OCI compliant labels LABEL org.opencontainers.image.source="https://github.com/wasi-master/13ft" -LABEL org.opencontainers.image.authors="Arian Mollik Wasi, Justin Paul, Alfredo Casanova" +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.0" +LABEL org.opencontainers.image.version="0.3.1" 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"