From 3eb210aae41808900cdedc8f6af90f5c04b795fc Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Wed, 7 Jun 2023 11:45:04 +0200 Subject: [PATCH] Bump version to 1.5.3 Signed-off-by: Petr "Stone" Hracek --- Dockerfile.generator | 2 +- Dockerfile.tests | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.generator b/Dockerfile.generator index 4f25d9d..c221201 100644 --- a/Dockerfile.generator +++ b/Dockerfile.generator @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:36 +FROM quay.io/fedora/fedora:36 ENV CWT_DIR=/tmp/container-workflow-tool RUN dnf install -y go-md2man \ make git python3-PyYAML \ diff --git a/Dockerfile.tests b/Dockerfile.tests index a17fce4..f601cbd 100644 --- a/Dockerfile.tests +++ b/Dockerfile.tests @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:36 +FROM quay.io/fedora/fedora:36 RUN dnf install -y ansible diff --git a/setup.py b/setup.py index 8e3e346..0bd5ee5 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2021 CWT Authors +# Copyright (c) 2016-2023 CWT Authors # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -58,7 +58,7 @@ def get_dir(system_path=None, virtual_path=None): setup( name='container-workflow-tool', - version="1.5.2", + version="1.5.3", description='A python3 tool to make rebuilding images easier by automating several steps of the process.', long_description=long_description, long_description_content_type='text/markdown',