Skip to content

Commit

Permalink
Merge pull request #1 from filecoin-station/upgrade-to-v16.3.0
Browse files Browse the repository at this point in the history
Upgrade Station Core to latest (v16.3.0)
  • Loading branch information
bajtos authored Dec 13, 2023
2 parents 3dd4fae + bd55e17 commit f331bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experimental/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/filecoin-station/core:14.3.0
FROM ghcr.io/filecoin-station/core:16.3.0
ENV FIL_WALLET_ADDRESS=0x000000000000000000000000000000000000dEaD
CMD [ "./bin/station.js", "--experimental" ]
2 changes: 1 addition & 1 deletion stable/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM ghcr.io/filecoin-station/core:14.3.0
FROM ghcr.io/filecoin-station/core:16.3.0
ENV FIL_WALLET_ADDRESS=0x000000000000000000000000000000000000dEaD

0 comments on commit f331bb4

Please sign in to comment.