From 6339a99e69237786f5827f19f1fd244248a9265b Mon Sep 17 00:00:00 2001 From: Masahiro Kondou Date: Sun, 21 Feb 2021 10:19:03 +0900 Subject: [PATCH] Update pack to v0.17.0 (#7) --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index dde411c..4f578d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/README.md b/README.md index cc5a786..f71f602 100644 --- a/README.md +++ b/README.md @@ -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.