Skip to content

Commit

Permalink
Update Dockerfile (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka authored Nov 19, 2023
1 parent 4d9cfe2 commit c0e39dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=${TARGETPLATFORM} quay.io/helmpack/chart-testing:v3.8.0
FROM --platform=${TARGETPLATFORM} quay.io/helmpack/chart-testing:v3.10.1

ARG TARGETARCH
ARG YQ_VERSION=4.33.3
ARG CLOUD_SDK_VERSION=431.0.0
ARG AWS_IAM_AUTHENTICATOR_VERSION=0.6.2
ARG YQ_VERSION=4.35.2
ARG CLOUD_SDK_VERSION=455.0.0
ARG AWS_IAM_AUTHENTICATOR_VERSION=0.6.11

RUN apk add tree wget

Expand Down

0 comments on commit c0e39dc

Please sign in to comment.