Skip to content

Commit

Permalink
fix(build): pin cosmtrek/air to v1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed May 8, 2024
1 parent 6798db9 commit c451a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update -y && \
apt-get install -y tabix && \
rm -rf /var/lib/apt/lists/*

RUN go install github.com/cosmtrek/air@latest
RUN go install github.com/cosmtrek/air@v1.49.0

COPY go.mod go.sum ./
RUN go mod download && go mod vendor
Expand Down

0 comments on commit c451a60

Please sign in to comment.