From 8a969cba415be3dba1fdcf7890d7913a991709de Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Mon, 4 Dec 2023 07:43:06 +0800 Subject: [PATCH] build: rust version `1.74` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b3f114a..e143b1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG ALPINE="alpine:3.18" ARG NODE="node:14-alpine3.17" -ARG RUST="rust:1.72-alpine3.18" +ARG RUST="rust:1.74-alpine3.18" ARG GOLANG="golang:1.20-alpine3.18" FROM ${GOLANG} AS dnsproxy