From 482f696a0a2286d1cee56b740f0400bce28dee32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 23:43:46 +0000 Subject: [PATCH] build(deps): Bump alpine from 3.20.0 to 3.20.1 Bumps alpine from 3.20.0 to 3.20.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b93690..c139e82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Fetch the mc command line client -FROM alpine:3.20.0 +FROM alpine:3.20.1 RUN apk update && apk add ca-certificates wget && update-ca-certificates RUN wget -O /tmp/mc https://dl.minio.io/client/mc/release/linux-amd64/mc RUN chmod +x /tmp/mc