diff --git a/docker/Dockerfile b/docker/Dockerfile index 177f3b3..36575b7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,11 +1,11 @@ FROM dock.mau.dev/tulir/lottieconverter:alpine-3.19 AS lottie -FROM golang:1.22-alpine3.19 AS builder +FROM golang:1.22-alpine3.20 AS builder COPY . /build/ RUN cd /build && ./build.sh -FROM alpine:3.19 +FROM alpine:3.20 RUN apk add --no-cache bash curl jq git ffmpeg \ # Python for python bridges