diff --git a/Dockerfile b/Dockerfile index 60886f8..c444248 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 \ go build -v -o bot # Copy compiled binary to clear Alpine Linux image -FROM alpine:3.17.2 +FROM alpine:3.17.3 WORKDIR / RUN apk add --no-cache ca-certificates COPY --from=builder /go/src/github.com/mxssl/tg-captcha-bot .