Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-hash authored Nov 8, 2023
1 parent a74d131 commit 7918a01
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,5 +1,5 @@
# 1. This tells docker to use the Rust official image
FROM rust:1.67-slim-buster as build
FROM rust:1.70-slim-buster as build

# 2. Copy the files in your machine to the Docker image
RUN apt-get update && apt-get -y install pkg-config build-essential libssl-dev curl git && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 7918a01

Please sign in to comment.