Skip to content

Commit

Permalink
Fix Dockerfile warning (#3475)
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave authored Nov 12, 2024
1 parent 2e3c597 commit b66b7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY messages /src/messages
COPY tools /src/tools
COPY xtask /src/xtask
ARG GIT_REVISION=unknown
ENV GIT_REVISION ${GIT_REVISION}
ENV GIT_REVISION=${GIT_REVISION}
RUN cargo build --release -p janus_aggregator --features=prometheus,otlp

FROM alpine:3.20.3 AS final
Expand Down

0 comments on commit b66b7d9

Please sign in to comment.