Skip to content

Commit

Permalink
🩹 Fix air installation
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Jun 29, 2024
1 parent f8b784d commit 0dc0b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN wget https:/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI
&& tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
&& rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz

RUN go install github.com/cosmtrek/air@latest
RUN go install github.com/air-verse/air@latest

WORKDIR /src

Expand Down

0 comments on commit 0dc0b9b

Please sign in to comment.