Skip to content

Commit

Permalink
Update pack cli to v0.22.0 (#11)
Browse files Browse the repository at this point in the history
* Update pack cli to v0.22.0

* Update README
  • Loading branch information
kondoumh authored Nov 14, 2021
1 parent 5079136 commit 2dae9b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker:20.10.3-dind
FROM docker:20.10.10-dind

ENV VERSION=v0.19.0
ENV VERSION=v0.22.0

RUN apk add --update --no-cache curl bash && \
curl -LO https://github.com/buildpacks/pack/releases/download/${VERSION}/pack-${VERSION}-linux.tgz && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on: [push]
- name: Push image
```
> buildpacks v0.19.0 will be executed.
> buildpacks v0.22.0 will be executed.
## Inputs
- `image` : (required) Name of container image.
Expand Down

0 comments on commit 2dae9b2

Please sign in to comment.