Skip to content

Commit

Permalink
[Implementations :: rceipt-genrator] Freezing Rust version to 1.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SoTrx committed Oct 27, 2022
1 parent 9754823 commit 6286450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lab2/implementations/receipt-generator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####################################################################################################
## Builder
####################################################################################################
FROM rust:latest AS builder
FROM rust:1.64.0 AS builder

RUN apt update && apt install -y musl-tools musl-dev pkg-config libssl-dev binutils upx-ucl
# We're targeting alpine, which is using musl instead of the glibc
Expand Down

0 comments on commit 6286450

Please sign in to comment.