From 59aa307361dcc0cdbf7377bf63b258f0b39d0c77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 01:05:03 +0000 Subject: [PATCH] feat: bump alpine from 3.16.0 to 3.16.2 Bumps alpine from 3.16.0 to 3.16.2. --- 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 1dd1dcd..68ae0ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # - https://github.com/dbamaster/mssql-tools-alpine # - https://github.com/ssro/dnsperf -FROM alpine:3.16.0 +FROM alpine:3.16.2 # Resolve DL4006 https://github.com/hadolint/hadolint/wiki/DL4006 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]