Skip to content

Commit 0739108

Browse files
committed
bump to 0.24.3
1 parent 2dc4c7c commit 0739108

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
env:
1818
DOCKER_FILE: Dockerfile
19-
VERSION: '0.24.2'
19+
VERSION: '0.24.3'
2020
steps:
2121
- name: Checkout
2222
uses: actions/[email protected]

.github/workflows/tea.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: self-hosted
1111
env:
1212
DOCKER_FILE: Dockerfile
13-
VERSION: '0.24.2'
13+
VERSION: '0.24.3'
1414
steps:
1515
- name: Checkout
1616
uses: actions/[email protected]

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL org.opencontainers.image.licenses="MIT"
88
ENV ARCH=$(ARCH)
99
WORKDIR /usr/src/app
1010

11-
ARG VERSION=0.24.2
11+
ARG VERSION=0.24.3
1212
LABEL org.opencontainers.image.version=${VERSION}
1313
ARG TARGETPLATFORM
1414
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCH=amd64; \

0 commit comments

Comments
 (0)