From 688b07bc70dc97efdd92765cdcc504d9f7784f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 04:01:19 +0000 Subject: [PATCH] Bump alpine from 3.16.1 to 3.16.2 Bumps alpine from 3.16.1 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 e4e54fe..06d7adc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY . . RUN go install -ldflags="-X 'main.version=${ACTION_VERSION}'" -FROM alpine:3.16.1 +FROM alpine:3.16.2 LABEL repository="https://github.com/morphy2k/revive-action" LABEL homepage="https://github.com/morphy2k/revive-action"