From c08a4e7d73856802d20a2d99960f2dd46b5c81be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 01:57:02 +0000 Subject: [PATCH] feat: bump alpine from 3.17.0 to 3.17.3 Bumps alpine from 3.17.0 to 3.17.3. --- 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 0788fd6..cbeec6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # - https://github.com/dbamaster/mssql-tools-alpine # - https://github.com/ssro/dnsperf -FROM alpine:3.17.0 +FROM alpine:3.17.3 # Resolve DL4006 https://github.com/hadolint/hadolint/wiki/DL4006 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]