From 92e7d949fba7dbefb9c0c2c752be8b721406ef02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 18:06:20 +0000 Subject: [PATCH] Bump alpine from 3.17.0 to 3.17.1 Bumps alpine from 3.17.0 to 3.17.1. --- 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 4aaddad..0df1d1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN curl -#L -o webhook.tar.gz https://api.github.com/repos/adnanh/webho go get -d && \ go build -ldflags="-s -w" -o /usr/local/bin/webhook -FROM alpine:3.17.0 +FROM alpine:3.17.1 RUN apk add --update --no-cache curl tini tzdata COPY --from=BUILD_IMAGE /usr/local/bin/webhook /usr/local/bin/webhook WORKDIR /config