Skip to content

Commit

Permalink
update to latest rust docker image (FuelLabs#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
Voxelot authored Feb 9, 2022
1 parent d2f7e67 commit 7a507f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build
FROM rust:1.56 as builder
FROM rust:1.58.1 as builder

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 7a507f4

Please sign in to comment.