Skip to content

Commit

Permalink
Update packages on aws-cli dockerfile as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafonseca committed Jul 15, 2022
1 parent 471ef71 commit da2f998
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Dockerfile-aws-cli
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
FROM frolvlad/alpine-glibc:alpine-3.12
FROM frolvlad/alpine-glibc:alpine-3.16

LABEL maintainer="Wildlife Studios"

ARG BASH_VERSION="5.0.17-r0"
ARG CURL_VERSION="7.69.1-r0"
ARG DOCKER_CLI_VERSION="19.03.12-r0"
ARG DOCKER_COMPOSE_VERSION="1.25.4-r2"
ARG GIT_VERSION="2.26.2-r0"
ARG BASH_VERSION="5.1.16-r2"
ARG CURL_VERSION="7.83.1-r2"
ARG DOCKER_CLI_VERSION="20.10.16-r0"
ARG DOCKER_COMPOSE_VERSION="1.29.2-r2"
ARG GIT_VERSION="2.36.2-r0"
ARG MAKE_VERSION="4.3-r0"

ARG KUBECTL_VERSION="v1.18.8"
ARG HELM_VERSION="v3.3.0"
ARG KUBECTL_VERSION="v1.23.8"
ARG HELM_VERSION="v3.9.0"

RUN apk update && \
apk add bash=${BASH_VERSION} \
Expand All @@ -37,4 +37,4 @@ RUN curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip --output - | \
rm -rf ./tmp/aws

ENTRYPOINT [ "/bin/bash", "-c" ]
CMD [ "bash" ]
CMD [ "bash" ]

0 comments on commit da2f998

Please sign in to comment.