Skip to content

Commit 0e76f02

Browse files
committed
Upgrade Rust from 1.39 to 1.43.1
Firecracker uses 1.43.1 since firecracker-microvm/firecracker@2397f6a. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent e0d9bf6 commit 0e76f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# express or implied. See the License for the specific language governing
1212
# permissions and limitations under the License.
1313

14-
FROM rust:1.39-stretch
14+
FROM rust:1.43.1-buster
1515

1616
ENV DEBIAN_FRONTEND="noninteractive"
1717
RUN apt-get update && apt-get install --yes --no-install-recommends \

0 commit comments

Comments
 (0)