From 748a5c5c78acfa39a05f542a13ac1f68f6584336 Mon Sep 17 00:00:00 2001 From: noface Date: Mon, 20 Nov 2023 08:19:12 +0100 Subject: [PATCH] update Dockerfile and README.md --- .github/workflows/Dockerfile | 12 ++++++------ README.md | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index 371931a5e4..3cc75b0a16 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -5,7 +5,7 @@ ########################### # Build binaries stage ########################### -FROM --platform=$BUILDPLATFORM golang:1.17.8-alpine3.15 AS build +FROM --platform=$BUILDPLATFORM golang:1.21.4-alpine3.17 AS build ADD . /app WORKDIR /app # Arguments required to build binaries targetting the correct OS and CPU architectures @@ -16,9 +16,9 @@ RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go install -v . ./cmd/... ########################### # Build docker image stage ########################### -FROM alpine:3.15 +FROM alpine:3.17 COPY --from=build /go/bin /bin -# 8333 Mainnet Bitcoin peer-to-peer port -# 8334 Mainet RPC port -EXPOSE 8333 8334 -ENTRYPOINT ["btcd"] +# 9901 Mainnet Peercoin peer-to-peer port +# 9902 Mainet RPC port +EXPOSE 9901 9902 +ENTRYPOINT ["ppcd"] diff --git a/README.md b/README.md index 3c772a363c..4070df82b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -ppcd for peercoin - the pre-Alpha +ppcd (beta) for peercoin -## This version is strictly alpha quality. +## This version is strictly beta quality. ## Expect it to break without notice. #### Known issues / bugs