From 525c2530d517a1dfa946f8a2158a1c5496cba380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 10:44:27 +0300 Subject: [PATCH] chore(deps): bump alpine from 3.16.0 to 3.16.1 (#2639) --- Dockerfile | 2 +- Dockerfile.canary | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 346e1f4bdb71..fce28084a99e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16.0 +FROM alpine:3.16.1 RUN apk --no-cache add ca-certificates git COPY trivy /usr/local/bin/trivy COPY contrib/*.tpl contrib/ diff --git a/Dockerfile.canary b/Dockerfile.canary index e8a5b40f90f1..89f964e07ff8 100644 --- a/Dockerfile.canary +++ b/Dockerfile.canary @@ -1,4 +1,4 @@ -FROM alpine:3.16.0 +FROM alpine:3.16.1 RUN apk --no-cache add ca-certificates git # binaries were created with GoReleaser