Skip to content

Commit

Permalink
bump to 0.23.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpuvvadi committed Dec 18, 2024
1 parent c599881 commit 31eb2c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_FILE: Dockerfile
VERSION: '0.23.8'
VERSION: '0.23.9'
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: self-hosted
env:
DOCKER_FILE: Dockerfile
VERSION: '0.23.8'
VERSION: '0.23.9'
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.licenses="MIT"
ENV ARCH=$(ARCH)
WORKDIR /usr/src/app

ARG VERSION=0.23.8
ARG VERSION=0.23.9
LABEL org.opencontainers.image.version=${VERSION}
ARG TARGETPLATFORM
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCH=amd64; \
Expand Down

0 comments on commit 31eb2c4

Please sign in to comment.