Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Custodio <[email protected]>
  • Loading branch information
leonardocustodio authored Nov 6, 2024
1 parent 1c97763 commit 362d94a
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
@@ -1,6 +1,6 @@
# ===== FIRST STAGE ======

FROM rust:1.82-alpine as builder
FROM rust:1.82 as builder
LABEL description="This is the build stage for the wallet. Here we create the binary."

WORKDIR /wallet
Expand Down

0 comments on commit 362d94a

Please sign in to comment.