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