Skip to content

Commit

Permalink
fix Dockerfile (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
segfaultdoc committed Mar 16, 2023
1 parent e295c9e commit 14f8d49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.63.0
FROM rust:1.64.0

# Add Google Protocol Buffers for Libra's metrics library.
ENV PROTOC_VERSION 3.8.0
Expand Down Expand Up @@ -31,6 +31,7 @@ COPY . .
RUN mkdir -p docker-output

ARG ci_commit
# NOTE: Keep this here before build since variable is referenced during CI build step.
ENV CI_COMMIT=$ci_commit

ARG debug
Expand Down

0 comments on commit 14f8d49

Please sign in to comment.