Update Docker image to Alpine 3.22

Closes #183
This commit is contained in:
Tulir Asokan
2025-06-08 00:57:57 +03:00
parent 9fd89cdfc5
commit 847d4cb98e
3 changed files with 5 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
FROM dock.mau.dev/tulir/lottieconverter:alpine-3.18 AS lottie
FROM dock.mau.dev/tulir/lottieconverter:alpine-3.22 AS lottie
FROM alpine:3.18
FROM alpine:3.22
ENV UID=1337 \
GID=1337