diff --git a/Dockerfile b/Dockerfile index 0348834..68acd84 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.0 +FROM alpine:3.20.1 COPY --from=builder /app/out/RestrictChannelRobot / CMD ["/RestrictChannelRobot"] diff --git a/goreleaser.Dockerfile b/goreleaser.Dockerfile index 7f8bc23..d3fc813 100644 --- a/goreleaser.Dockerfile +++ b/goreleaser.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.0 +FROM alpine:3.20.1 COPY restrictchannelrobot / CMD ["/restrictchannelrobot"]