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"]