From b5d07da49bfa243686bb2058510248c18fd56127 Mon Sep 17 00:00:00 2001 From: KD Puvvadi Date: Mon, 3 Jun 2024 11:39:56 +0530 Subject: [PATCH] bump to 0.22.13 --- .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 a25475b..1c30bdd 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.12' + VERSION: '0.22.13' steps: - name: Checkout uses: actions/checkout@v4.1.1 diff --git a/.github/workflows/tea.yaml b/.github/workflows/tea.yaml index b8654ec..3418420 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.12' + VERSION: '0.22.13' steps: - name: Checkout uses: actions/checkout@v4.1.1 diff --git a/Dockerfile b/Dockerfile index 8930299..d056b3f 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.12 +ARG VERSION=0.22.13 LABEL org.opencontainers.image.version=${VERSION} ARG TARGETPLATFORM RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCH=amd64; \