From 073f153a5b4494104a57d349a63e36cf2f954937 Mon Sep 17 00:00:00 2001 From: Wasi Master <63045920+wasi-master@users.noreply.github.com> Date: Sun, 27 Oct 2024 16:20:23 +0600 Subject: [PATCH] Bump version to 0.3.4 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 546a365..dbd74ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.9.18-alpine # Generic labels LABEL maintainer="Arian Mollik Wasi " -LABEL version="0.3.3" +LABEL version="0.3.4" 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.3" +LABEL org.opencontainers.image.version="0.3.4" 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"