Skip to content

Commit f66fa93

Browse files
authored
fix: update check-chart (#17)
1 parent 0174de8 commit f66fa93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- name: Download release check-chart
2525
uses: dsaltares/fetch-gh-release-asset@master
2626
with:
27-
file: check-chart_0.0.3_linux_amd64.tar.gz
27+
file: check-chart_0.0.4_linux_amd64.tar.gz
2828
repo: beclab/check-chart
2929
target: check-chart.tar.gz
30-
version: tags/v0.0.3
30+
version: tags/v0.0.4
3131
- name: get latest tag
3232
uses: "WyriHaximus/github-action-get-previous-tag@v1"
3333
id: get-latest-tag

Dockerfile.server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM golang:1.20.2 AS builder
2-
ARG CHECK_CHART_VERSION=0.0.2
2+
ARG CHECK_CHART_VERSION=0.0.4
33

44
RUN apt-get update && apt-get install -y gcc git musl-dev musl-tools wget
55

0 commit comments

Comments
 (0)