Skip to content

Commit

Permalink
Merge pull request #392 from filecoin-project/feat/use-latest-tag-for…
Browse files Browse the repository at this point in the history
…-docker-image

feat: use latest tag for docker image
  • Loading branch information
simlecode authored Oct 16, 2023
2 parents 8bf9ada + 1be9783 commit 194403c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/docker/dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG RUNTIME_TAG=v1.12.0
ARG RUNTIME_TAG=latest

FROM filvenus/venus-buildenv:v1.12.0 AS buildenv
FROM filvenus/venus-buildenv:${RUNTIME_TAG} AS buildenv

WORKDIR /build

Expand Down

0 comments on commit 194403c

Please sign in to comment.