diff --git a/.github/workflows/bot.yaml b/.github/workflows/bot.yaml index 89ae3bf..257c299 100644 --- a/.github/workflows/bot.yaml +++ b/.github/workflows/bot.yaml @@ -30,7 +30,7 @@ jobs: options: --privileged env: IMAGE_NAME: bot - IMAGE_VERSION: '1.4.0' + IMAGE_VERSION: '1.4.1' steps: - uses: actions/checkout@v4 diff --git a/images/bot/setup.cfg b/images/bot/setup.cfg index 3b6fde4..2abb8c6 100644 --- a/images/bot/setup.cfg +++ b/images/bot/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = bioconda-bot -version = 0.0.5 +version = 0.0.6 [options] python_requires = >=3.8