Skip to content

Commit

Permalink
update concrtl
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Oct 12, 2024
1 parent 9a4fc57 commit f828654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY ./go.mod ./go.sum ./
RUN go mod download && go mod verify
COPY ./ ./

RUN go install github.com/concrnt/conctl@latest
RUN go install github.com/concrnt/conctl@v0.0.1

RUN VERSION=${VERSION:-$(git describe)} \
&& BUILD_MACHINE=$(uname -srmo) \
Expand Down
2 changes: 1 addition & 1 deletion cmd/gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY ./go.mod ./go.sum ./
RUN go mod download && go mod verify
COPY ./ ./

RUN go install github.com/concrnt/conctl@latest
RUN go install github.com/concrnt/conctl@v0.0.1

RUN VERSION=${VERSION:-$(git describe)} \
&& BUILD_MACHINE=$(uname -srmo) \
Expand Down

0 comments on commit f828654

Please sign in to comment.