From 2592143a9114734e5a264eff3c064c4799188f36 Mon Sep 17 00:00:00 2001 From: KD Puvvadi Date: Wed, 18 Sep 2024 09:41:44 +0530 Subject: [PATCH] bump to 0.22.21 --- .github/workflows/docker.yaml | 2 +- .github/workflows/tea.yaml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 4fb8a16..aa6526b 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest env: DOCKER_FILE: Dockerfile - VERSION: '0.22.20' + VERSION: '0.22.21' steps: - name: Checkout uses: actions/checkout@v4.1.1 diff --git a/.github/workflows/tea.yaml b/.github/workflows/tea.yaml index 00de6a9..7073360 100644 --- a/.github/workflows/tea.yaml +++ b/.github/workflows/tea.yaml @@ -10,7 +10,7 @@ jobs: runs-on: self-hosted env: DOCKER_FILE: Dockerfile - VERSION: '0.22.20' + VERSION: '0.22.21' steps: - name: Checkout uses: actions/checkout@v4.1.1 diff --git a/Dockerfile b/Dockerfile index 2dc0779..99296af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.licenses="MIT" ENV ARCH $ARCH WORKDIR /usr/src/app -ARG VERSION=0.22.20 +ARG VERSION=0.22.21 LABEL org.opencontainers.image.version=${VERSION} ARG TARGETPLATFORM RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCH=amd64; \