Skip to content

Commit 4f66d5a

Browse files
committed
Fix GO image tag
1 parent 2f67061 commit 4f66d5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19.12-buster AS builder_mainnet
1+
FROM golang:1.19.12 AS builder_mainnet
22

33
RUN apt update
44
RUN apt upgrade -y
@@ -17,7 +17,7 @@ RUN make clean all
1717
RUN make install
1818

1919

20-
FROM golang:1.19.12-buster
20+
FROM golang:1.19.12
2121

2222
COPY --from=builder_mainnet /usr/local/bin /usr/local/bin
2323
RUN adduser --disabled-password --gecos "" --uid 1000 service

0 commit comments

Comments
 (0)