Skip to content

Commit 271b6f2

Browse files
authored
Update pack to v0.29.0 (#14)
1 parent a81863e commit 271b6f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM docker:20.10.21-dind
22

3-
ENV VERSION=v0.27.0
3+
ENV VERSION=v0.29.0
44

55
RUN apk add --update --no-cache curl bash && \
66
curl -LO https://github.com/buildpacks/pack/releases/download/${VERSION}/pack-${VERSION}-linux.tgz && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on: [push]
2323
- name: Push image
2424
```
2525
26-
> buildpacks v0.27.0 will be executed.
26+
> buildpacks/pack v0.29.0 will be executed.
2727
2828
## Inputs
2929
- `image` : (required) Name of container image.

0 commit comments

Comments
 (0)