Skip to content

Commit

Permalink
build(deps): bump alpine from 3.19.1 to 3.20.0 (#90)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19.1 to 3.20.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 0fbc8c8 commit a2ded00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.1
FROM alpine:3.20.0
COPY --from=builder /app/out/RestrictChannelRobot /
CMD ["/RestrictChannelRobot"]

Expand Down
2 changes: 1 addition & 1 deletion goreleaser.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.1
FROM alpine:3.20.0
COPY restrictchannelrobot /
CMD ["/restrictchannelrobot"]

Expand Down

0 comments on commit a2ded00

Please sign in to comment.