diff --git a/Dockerfile b/Dockerfile index abc88b0..3bd82db 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.18.5 +FROM alpine:3.19.0 COPY --from=builder /app/out/RestrictChannelRobot / CMD ["/RestrictChannelRobot"] diff --git a/goreleaser.Dockerfile b/goreleaser.Dockerfile index 044bbba..5b81303 100644 --- a/goreleaser.Dockerfile +++ b/goreleaser.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.5 +FROM alpine:3.19.0 COPY restrictchannelrobot / CMD ["/restrictchannelrobot"]