Skip to content

Commit 4eae5b4

Browse files
committed
Update alpine version
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 26f445e commit 4eae5b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorial/kubernetes-ingress.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,10 @@ Now try your registry:
336336

337337
```bash
338338
docker login $DOMAIN
339-
docker pull alpine:3.16
340-
docker tag alpine:3.16 $DOMAIN/alpine:3.16
339+
docker pull alpine:3.22.1
340+
docker tag alpine:3.22.1 $DOMAIN/alpine:3.22.1
341341
342-
docker push $DOMAIN/alpine:3.16
342+
docker push $DOMAIN/alpine:3.22.1
343343
```
344344

345345
You can even combine the new private registry with OpenFaaS if you like, [checkout the docs for more](https://docs.openfaas.com/).

0 commit comments

Comments
 (0)