Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 33aa213

Browse files
committed
Bump version in README
Signed-off-by: Christopher Crone <[email protected]>
1 parent 7eea32b commit 33aa213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ the examples will work the same way.
254254
Download your OS tarball:
255255
```console
256256
export OSTYPE="$(uname | tr A-Z a-z)"
257-
curl -fsSL --output "/tmp/docker-app-${OSTYPE}.tar.gz" "https://github.com/docker/app/releases/download/v0.6.0/docker-app-${OSTYPE}.tar.gz"
257+
curl -fsSL --output "/tmp/docker-app-${OSTYPE}.tar.gz" "https://github.com/docker/app/releases/download/v0.8.0/docker-app-${OSTYPE}.tar.gz"
258258
tar xf "/tmp/docker-app-${OSTYPE}.tar.gz" -C /tmp/
259259
```
260260

@@ -272,7 +272,7 @@ mkdir -p ~/.docker/cli-plugins && cp "/tmp/docker-app-plugin-${OSTYPE}" ~/.docke
272272

273273
Download the Windows tarball:
274274
```powershell
275-
Invoke-WebRequest -Uri https://github.com/docker/app/releases/download/v0.6.0/docker-app-windows.tar.gz -OutFile docker-app.tar.gz -UseBasicParsing
275+
Invoke-WebRequest -Uri https://github.com/docker/app/releases/download/v0.8.0/docker-app-windows.tar.gz -OutFile docker-app.tar.gz -UseBasicParsing
276276
tar xf "docker-app.tar.gz"
277277
```
278278

0 commit comments

Comments
 (0)