Skip to content

Commit

Permalink
fixes worker dev dockerfile (#2980)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei authored Nov 21, 2024
1 parent 94964cd commit 800c095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/dev/build/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update \
apt-get install --no-install-recommends -y \
build-essential

RUN go install github.com/air-verse/air@@v1.61.1
RUN go install github.com/air-verse/[email protected]

# Copy the Go Modules manifests
COPY go.mod go.sum ./
Expand Down

0 comments on commit 800c095

Please sign in to comment.