We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c734c3b + 7cc2a94 commit a0833e4Copy full SHA for a0833e4
1 file changed
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM golang:1.21-buster AS builder
+FROM golang:1.21-alpine3.19 AS builder
2
+RUN apk add make
3
ARG BUILD_VERSION
4
ENV BUILD_VERSION=${BUILD_VERSION}
5
ADD . /tezosconnect
0 commit comments