Skip to content

Commit

Permalink
Updated telemetry consumer to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
danias committed Feb 24, 2024
1 parent 651e29b commit a2801e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions telemetry-consumer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine
FROM golang:1.22-alpine

WORKDIR /app

Expand All @@ -9,8 +9,8 @@ RUN go mod download

COPY . .

RUN go build -o /bitloops-telemetry-consumer
RUN go build -o ./bitloops-telemetry-consumer

EXPOSE 8080

CMD [ "/bitloops-telemetry-consumer" ]
CMD [ "./bitloops-telemetry-consumer" ]

0 comments on commit a2801e4

Please sign in to comment.