From a00bbe8a6b0c594b0c72829bdab9b08a16b172b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 21:03:19 +0000 Subject: [PATCH] :arrow_up: Bump alpine from 3.17.1 to 3.17.2 Bumps alpine from 3.17.1 to 3.17.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 a3f5971..33f2286 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN go install ################################################################################ -FROM alpine:3.17.1 AS runtime +FROM alpine:3.17.2 AS runtime COPY --from=builder /go/bin/textimg /usr/local/bin/ COPY --from=builder /tmp/MyricaM.TTC /usr/share/fonts/truetype/myrica/MyricaM.TTC COPY --from=builder /usr/local/src/noto-emoji/png/128 /usr/share/emoji-image