diff --git a/Dockerfile b/Dockerfile index b37f39c..03ccf43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG KUBECTL_VERSION=v1.28.9 ################################################################ ################################################################ -FROM debian:bullseye-20240211-slim AS base +FROM debian:bullseye-20240513-slim AS base LABEL vendor="Binbash Leverage (info@binbash.com.ar)" diff --git a/Makefile b/Makefile index 3ae671a..cc601c3 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ AWS_DOCKER_ENTRYPOINT := aws # from the circle ci workflow reading the versions_to_build file, # this values will be overwritten at build time: TERRAFORM_TAG := 1.3.5 -LEVERAGE_CLI_TAG := 0.0.5 +LEVERAGE_CLI_TAG := 1.14 DOCKER_TAG := ${TERRAFORM_TAG}-${LEVERAGE_CLI_TAG} DOCKER_REPO_NAME := binbash diff --git a/versions_to_build b/versions_to_build index a632204..8695520 100644 --- a/versions_to_build +++ b/versions_to_build @@ -1,3 +1,3 @@ -1.3.5-0.1.17 -1.5.0-0.1.17 -1.6.0-0.1.17 +1.3.5-0.1.18 +1.5.0-0.1.18 +1.6.0-0.1.18