Skip to content

Commit

Permalink
chore(deps): pin air dependency (#136)
Browse files Browse the repository at this point in the history
The `latest` version is incompatible with the current Go version
  • Loading branch information
jvallesm authored Feb 28, 2024
1 parent 4633a85 commit d8e3d4a
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 @@ -10,7 +10,7 @@ WORKDIR /${SERVICE_NAME}
ARG TARGETOS TARGETARCH

# air
RUN --mount=target=. --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg GOOS=$TARGETOS GOARCH=$TARGETARCH go install github.com/cosmtrek/air@latest
RUN --mount=target=. --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg GOOS=$TARGETOS GOARCH=$TARGETARCH go install github.com/cosmtrek/air@v1.49.0

RUN apt-get update && apt-get install -y \
gcc \
Expand Down

0 comments on commit d8e3d4a

Please sign in to comment.