From 09c3b44421e99242abf48ce2e43b23f0efe05a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 12:44:09 -0700 Subject: [PATCH] Bump alpine from 3.18.2 to 3.18.3 in /hash (#26) Bumps alpine from 3.18.2 to 3.18.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- hash/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash/Dockerfile b/hash/Dockerfile index 1993834..8680e17 100644 --- a/hash/Dockerfile +++ b/hash/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.2 +FROM alpine:3.18.3 # hadolint ignore=DL3018 RUN apk --update --no-cache add apache2-utils argon2 coreutils openssl perl-archive-zip perl-utils \