Skip to content

Commit

Permalink
Merge pull request #75 from sclorg/release_1_5_3
Browse files Browse the repository at this point in the history
Bump version to 1.5.3
  • Loading branch information
phracek committed Jun 7, 2023
2 parents 7641e13 + 3eb210a commit 6fed0f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.generator
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:36
FROM quay.io/fedora/fedora:36

RUN dnf install -y ansible

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 6fed0f1

Please sign in to comment.