From d491a8b0355b13b58877f53ef4cebc4a9c621997 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 17:57:22 +0000 Subject: [PATCH] Bump Alpine Linux Version to 3.20.1 (#825) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the value of the base image (ARG ALPINE_TAG) in the doc... ... ker-bake.hcl Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG ALPINE_TAG) in the Doc... ... kerfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- alpine/Dockerfile | 2 +- docker-bake.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 055527f06..60dd667ed 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -19,7 +19,7 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ARG ALPINE_TAG=3.20.0 +ARG ALPINE_TAG=3.20.1 FROM alpine:"${ALPINE_TAG}" AS jre-build SHELL ["/bin/ash", "-eo", "pipefail", "-c"] diff --git a/docker-bake.hcl b/docker-bake.hcl index de72d50c2..96fba44d7 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -85,7 +85,7 @@ variable "ON_TAG" { } variable "ALPINE_FULL_TAG" { - default = "3.20.0" + default = "3.20.1" } variable "ALPINE_SHORT_TAG" {