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 9091a88 commit 72caa5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion Dockerfile.alltools
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Geth in a stock Go builder container
FROM golang:1.19-bookworm as builder
FROM golang:1.19-bookworm AS builder

RUN headers_package="linux-headers-$(dpkg --print-architecture)" && \
apt update && \
Expand Down

0 comments on commit 72caa5d

Please sign in to comment.