From 4e6733bab5e53fac7f93d5bde43f32ec346e7dd3 Mon Sep 17 00:00:00 2001 From: KD Puvvadi Date: Tue, 5 Nov 2024 09:27:48 +0530 Subject: [PATCH] bump 0.23.0-rc to rc10 --- .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 99b6eff..f2543f7 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.23.0-rc9' + VERSION: '0.23.0-rc10' steps: - name: Checkout uses: actions/checkout@v4.1.1 diff --git a/.github/workflows/tea.yaml b/.github/workflows/tea.yaml index 66bb106..eed46ca 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.23.0-rc9' + VERSION: '0.23.0-rc10' steps: - name: Checkout uses: actions/checkout@v4.1.1 diff --git a/Dockerfile b/Dockerfile index a4e07e7..642b1b2 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.23.0-rc9 +ARG VERSION=0.23.0-rc10 LABEL org.opencontainers.image.version=${VERSION} ARG TARGETPLATFORM RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCH=amd64; \