From cc88d467735ff559a007d892e2a9d5abc3d0ca25 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Fri, 6 May 2022 15:34:13 -0400 Subject: [PATCH] fix: dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4170b954..0c75da6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # BUILD IMAGE -------------------------------------------------------- -FROM golang:1.16-alpine as builder +FROM golang:1.17-alpine as builder # Get build tools and required header files RUN apk add --no-cache build-base @@ -26,8 +26,8 @@ LABEL commit=$GIT_COMMIT # color, nocolor, json ENV GOLOG_LOG_FMT=nocolor -# go-waku default port -EXPOSE 9000 +# go-waku default ports +EXPOSE 9000 30303 60000 60001 8008 8009 COPY --from=builder /app/build/waku /usr/bin/waku