summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-09-14 21:01:54 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-09-14 21:01:54 +0300
commitab3bdb4dff0cebae2773bd7469fa361da8b28f16 (patch)
tree89f9c2386478b5a31d782d3c503559316d69fdf3
parent7bb412d15ebc3aa19aabb2fed3cded4b1a101edc (diff)
chore(docker): bump the Rust version in Dockerfile
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d53e0da..40f8cba 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM rust:1.69.0-alpine3.17 as builder
+FROM rust:1.72.0-alpine3.18 as builder
WORKDIR /app
RUN apk update
RUN apk add --no-cache musl-dev bash git