Skip to content

Commit

Permalink
Update pack to v0.17.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kondoumh authored Feb 21, 2021
1 parent 62a5f1c commit 6339a99
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:19.03-dind
FROM docker:20.10.3-dind

ENV VERSION=v0.13.1
ENV VERSION=v0.17.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.13.1 will be executed.
> buildpacks v0.17.0 will be executed.
## Inputs
- `image` : (required) Name of container image.
Expand Down

0 comments on commit 6339a99

Please sign in to comment.