chore: bump base image to alpine 3.22

This commit is contained in:
azyrite 2025-07-06 11:40:28 +10:00
parent 7477db2b2f
commit 63b565ba44
Signed by: azyrite
SSH key fingerprint: SHA256:YlQ5V4DtSbnuUxJxw4cwU7L9q8NbeAOAsK4NZWybTkM

View file

@ -1,5 +1,5 @@
# use alpine as base for searx and set workdir as well as env vars
FROM alpine:3.20 AS base
FROM alpine:3.22 AS base
ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16 \
GIT_URL=https://git.astrial.org/Astrial.org/searxng-custom GIT_BRANCH=master