Skip to content

Commit

Permalink
Update pack to v0.29.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kondoumh authored Apr 9, 2023
1 parent a81863e commit 271b6f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker:20.10.21-dind

ENV VERSION=v0.27.0
ENV VERSION=v0.29.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.27.0 will be executed.
> buildpacks/pack v0.29.0 will be executed.
## Inputs
- `image` : (required) Name of container image.
Expand Down

0 comments on commit 271b6f2

Please sign in to comment.