Skip to content

Commit a0833e4

Browse files
Merge pull request #34 from alex-semenyuk/main
Fix image not found issue
2 parents c734c3b + 7cc2a94 commit a0833e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM golang:1.21-buster AS builder
1+
FROM golang:1.21-alpine3.19 AS builder
2+
RUN apk add make
23
ARG BUILD_VERSION
34
ENV BUILD_VERSION=${BUILD_VERSION}
45
ADD . /tezosconnect

0 commit comments

Comments
 (0)