Skip to content

Commit

Permalink
Use alpine 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tkxkd0159 committed Jun 25, 2024
1 parent b1c2b5b commit 37f6939
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
registry: docker.io
DOCKER_REPOSITORY: finschia/finschianode
RUNNER_BASE_IMAGE_ALPINE: alpine:3.17
RUNNER_BASE_IMAGE_ALPINE: alpine:3.20
jobs:
docker_build_and_push:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# > docker run -it -p 26656:26656 -p 26657:26657 -v ~/.finschia:/root/.finschia -v finschia/finschianode fnsad start --rpc.laddr=tcp://0.0.0.0:26657 --p2p.laddr=tcp://0.0.0.0:26656

ARG GO_VERSION="1.22"
ARG RUNNER_IMAGE="alpine:3.17"
ARG RUNNER_IMAGE="alpine:3.20"

FROM golang:${GO_VERSION}-alpine3.17 AS build-env
FROM golang:${GO_VERSION}-alpine3.20 AS build-env

ARG FINSCHIA_BUILD_OPTIONS=""
ARG GIT_VERSION
Expand Down
4 changes: 2 additions & 2 deletions networks/local/finschianode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# > docker run -it -p 26656:26656 -p 26657:26657 -v ~/.finschia:/root/.finschia -v networks/local/finschianode fnsad start --rpc.laddr=tcp://0.0.0.0:26657 --p2p.laddr=tcp://0.0.0.0:26656

ARG GO_VERSION="1.22"
ARG RUNNER_IMAGE="alpine:3.17"
ARG RUNNER_IMAGE="alpine:3.20"

FROM golang:${GO_VERSION}-alpine3.17 AS build-env
FROM golang:${GO_VERSION}-alpine3.20 AS build-env

ARG FINSCHIA_BUILD_OPTIONS=""
ARG GIT_VERSION
Expand Down

0 comments on commit 37f6939

Please sign in to comment.