Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit dba7616

Browse files
build(deps): bump alpine from 3.20.0 to 3.20.1 (#93)
Bumps alpine from 3.20.0 to 3.20.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7886d12 commit dba7616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN CGO_ENABLED=0 GOOS=`go env GOHOSTOS` GOARCH=`go env GOHOSTARCH` go build -o
77
RUN upx --brute out/RestrictChannelRobot
88

99
# Run Stage: Run bot using the bot and doppler binary copied from build stage
10-
FROM alpine:3.20.0
10+
FROM alpine:3.20.1
1111
COPY --from=builder /app/out/RestrictChannelRobot /
1212
CMD ["/RestrictChannelRobot"]
1313

goreleaser.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20.0
1+
FROM alpine:3.20.1
22
COPY restrictchannelrobot /
33
CMD ["/restrictchannelrobot"]
44

0 commit comments

Comments
 (0)