Skip to content

Commit 4be4c26

Browse files
committed
Update version references
1 parent 5f531d1 commit 4be4c26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ There are several things needed to go on:
2222
### Step 1: Specify a frontend directive.
2323
Add the following line at the beginning of your `Cargo.toml`:
2424
```
25-
# syntax = denzp/cargo-wharf-frontend:v0.1.0-preview
25+
# syntax = denzp/cargo-wharf-frontend:v0.1.0-alpha.0
2626
```
2727

2828
*This directive will instruct Docker (or to be precise, BuildKit) to use the image as a frontend.*

cargo-wharf-frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ As for **Docker v19.03.3**, BuildKit can be enabled just by setting `DOCKER_BUIL
2222
## Frontend directive
2323
To instruct BuildKit to use the frontend, the first line of the `Cargo.toml` should be:
2424
```
25-
# syntax = denzp/cargo-wharf-frontend:v0.1.0-preview
25+
# syntax = denzp/cargo-wharf-frontend:v0.1.0-alpha.0
2626
```
2727

2828
## Builder image config

0 commit comments

Comments
 (0)