Skip to content

Commit

Permalink
Merge pull request #2 from Food-X-Technologies/feature/gee/version-pi…
Browse files Browse the repository at this point in the history
…nning

Pin Kaniko to 1.8.1
  • Loading branch information
gnadaban authored May 31, 2022
2 parents b812bbe + 8cb5f3d commit 8fdf182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache --virtual .pipeline-deps readline linux-pam \
&& apk add bash sudo shadow \
&& apk del .pipeline-deps

COPY --from=gcr.io/kaniko-project/executor /kaniko/executor /kaniko/executor
COPY --from=gcr.io/kaniko-project/executor:v1.8.1 /kaniko/executor /kaniko/executor

# Required by Azure DevOps for running as a container job
# See: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases?view=azure-devops#linux-based-containers
Expand Down

0 comments on commit 8fdf182

Please sign in to comment.