From 7e56b2506658a50f5d412bc71afac61a5f65b6a3 Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Thu, 26 Oct 2023 15:37:51 -0700 Subject: [PATCH] update Dockerfile to go 1.21 --- cmd/soroban-rpc/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/soroban-rpc/docker/Dockerfile b/cmd/soroban-rpc/docker/Dockerfile index b606619e8..6263bccb8 100644 --- a/cmd/soroban-rpc/docker/Dockerfile +++ b/cmd/soroban-rpc/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20-bullseye as build +FROM golang:1.21-bullseye as build ARG RUST_TOOLCHAIN_VERSION=stable ARG REPOSITORY_VERSION