Skip to content

Commit

Permalink
Merge pull request #110 from alex-semenyuk/main
Browse files Browse the repository at this point in the history
Fix docker image
  • Loading branch information
Chengxuan authored Feb 19, 2024
2 parents 3542499 + 297b106 commit f00958d
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
ARG BUILD_VERSION
ENV BUILD_VERSION=${BUILD_VERSION}
ADD --chown=1001:0 . /evmconnect
Expand Down

0 comments on commit f00958d

Please sign in to comment.