Skip to content

Commit

Permalink
Merge pull request #242 from alex-semenyuk/fix_docker_image
Browse files Browse the repository at this point in the history
Fix image not found issue
  • Loading branch information
nguyer authored Mar 1, 2024
2 parents e3d87b4 + 18f0452 commit 22acb66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM golang:1.21-buster AS builder
FROM golang:1.21-alpine3.19 AS builder
RUN apk add make
WORKDIR /ethconnect
RUN apt-get update -y \
&& apt-get install -y build-essential git \
Expand Down

0 comments on commit 22acb66

Please sign in to comment.