Skip to content

Commit

Permalink
update rpc Dockerfile to use go 1.21 base image (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland authored Oct 27, 2023
1 parent ff51660 commit ec62f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ec62f6d

Please sign in to comment.