Skip to content

Commit 02fb733

Browse files
Merge pull request #32 from zama-ai/fix-dockerfile
fix: fix name of from docker
2 parents b92e93f + f460cbc commit 02fb733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build Geth in a stock Go builder container
2-
FROM golang:1.24-alpine AS builder
2+
FROM golang:1.24-alpine AS build
33

44
# Install dependencies
55
RUN apk update &&\

0 commit comments

Comments
 (0)