Skip to content

Commit

Permalink
ci: Fix warning in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Feb 6, 2025
1 parent 59bf496 commit e925673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# To use this image for testing, modify GETH_NODE_DOCKER_IMAGE_TAG in celo-monorepo/.env file

# Build Geth in a stock Go builder container
FROM golang:1.19-bookworm as builder
FROM golang:1.19-bookworm AS builder

ADD . /go-ethereum

Expand Down

0 comments on commit e925673

Please sign in to comment.