Skip to content

Commit

Permalink
Prysm source build uses Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Aug 23, 2023
1 parent 8352452 commit eae5b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prysm/Dockerfile.source
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Prysm in a stock Go build container
FROM golang:1.20-bookworm as builder
FROM golang:1.21-bookworm as builder

# Here only to avoid build-time errors
ARG DOCKER_TAG
Expand Down

0 comments on commit eae5b5f

Please sign in to comment.