Skip to content

Commit

Permalink
Remove explicit openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafonseca committed Jul 15, 2022
1 parent 47b6ffc commit 937b5dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ 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 OPENSSL_VERSION="1.1.1q-r0"

ARG KUBECTL_VERSION="v1.23.8"
ARG HELM_VERSION="v3.9.0"
Expand Down
4 changes: 1 addition & 3 deletions Dockerfile-aws-cli
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ 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 OPENSSL_VERSION="1.1.1q-r0"

ARG KUBECTL_VERSION="v1.23.8"
ARG HELM_VERSION="v3.9.0"
Expand All @@ -19,8 +18,7 @@ RUN apk --no-cache add bash=${BASH_VERSION} \
docker-cli=${DOCKER_CLI_VERSION} \
docker-compose=${DOCKER_COMPOSE_VERSION} \
git=${GIT_VERSION} \
make=${MAKE_VERSION} \
openssl=${OPENSSL_VERSION}
make=${MAKE_VERSION}


RUN curl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl --output /bin/kubectl \
Expand Down

0 comments on commit 937b5dd

Please sign in to comment.