From a5f7f55044c8404ba6c98af8d5cb37d732244117 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 06:25:15 +0000 Subject: [PATCH] Bump alpine from 3.7 to 3.13.3 Bumps alpine from 3.7 to 3.13.3. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 64e8b37..1e57343 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.7 +FROM alpine:3.13.3 MAINTAINER Josef (kwart) Cacek