We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f67061 + 4f66d5a commit f46aafeCopy full SHA for f46aafe
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.19.12-buster AS builder_mainnet
+FROM golang:1.19.12 AS builder_mainnet
2
3
RUN apt update
4
RUN apt upgrade -y
@@ -17,7 +17,7 @@ RUN make clean all
17
RUN make install
18
19
20
-FROM golang:1.19.12-buster
+FROM golang:1.19.12
21
22
COPY --from=builder_mainnet /usr/local/bin /usr/local/bin
23
RUN adduser --disabled-password --gecos "" --uid 1000 service
0 commit comments