From 1689bc0fa93d2a8bcb0cf052aa2857fd011e9390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 01:40:40 +0000 Subject: [PATCH] build(deps): bump alpine from 3.18.2 to 3.18.3 in /darkhttpd 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] --- darkhttpd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darkhttpd/Dockerfile b/darkhttpd/Dockerfile index 5af6a97..0f0a22e 100644 --- a/darkhttpd/Dockerfile +++ b/darkhttpd/Dockerfile @@ -4,7 +4,7 @@ # https://github.com/emikulic/darkhttpd # Build environment -FROM alpine:3.18.2 AS build +FROM alpine:3.18.3 AS build RUN apk add --no-cache \ build-base=~0.5