From a162d10073eb8f562caf9ee377ee9373edbe72c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:05:16 +0000 Subject: [PATCH] build(deps): bump alpine from 3.20.1 to 3.20.3 Bumps alpine from 3.20.1 to 3.20.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- goreleaser.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 68acd84..73e7dc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN CGO_ENABLED=0 GOOS=`go env GOHOSTOS` GOARCH=`go env GOHOSTARCH` go build -o RUN upx --brute out/RestrictChannelRobot # Run Stage: Run bot using the bot and doppler binary copied from build stage -FROM alpine:3.20.1 +FROM alpine:3.20.3 COPY --from=builder /app/out/RestrictChannelRobot / CMD ["/RestrictChannelRobot"] diff --git a/goreleaser.Dockerfile b/goreleaser.Dockerfile index d3fc813..4da413b 100644 --- a/goreleaser.Dockerfile +++ b/goreleaser.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.1 +FROM alpine:3.20.3 COPY restrictchannelrobot / CMD ["/restrictchannelrobot"]