From e06fc7cab59fcc03ee2976651e6a335b5d010c28 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Fri, 9 Dec 2022 22:20:39 +0530 Subject: [PATCH] Update to rust 1.65 in dockerfiles --- Dockerfile | 2 +- Dockerfile.static | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cc3ef3cd5..511482afb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # along with this program. If not, see . # Compile -FROM rust:1.63-alpine AS compiler +FROM rust:1.65-alpine AS compiler WORKDIR /parseable diff --git a/Dockerfile.static b/Dockerfile.static index 5836ce714..4f083d6a0 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -14,7 +14,7 @@ # along with this program. If not, see . # Compile -FROM rust:1.63-alpine AS compiler +FROM rust:1.65-alpine AS compiler WORKDIR /parseable