Skip to content

Commit

Permalink
Merge pull request #7 from devops-ia/feat/upgrade-ecr-token-aws2.17.3…
Browse files Browse the repository at this point in the history
…0-kubectl1.30.3

[ecr-token] new release: aws2.17.30-kubectl1.30.3
  • Loading branch information
ialejandro authored Aug 15, 2024
2 parents 5fc352b + 0418d9b commit 25c3adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG AWSCLI_VERSION=2.10.3
ARG KUBECTL_VERSION=1.23.16
ARG AWSCLI_VERSION=2.17.30
ARG KUBECTL_VERSION=1.30.3

FROM alpine/k8s:${KUBECTL_VERSION} as kubectl

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / Create tag release

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
FROM amazon/aws-cli:${AWSCLI_VERSION} as awscli

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / Create tag release

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Expand Down

0 comments on commit 25c3adb

Please sign in to comment.