chore: bump base image to alpine 3.22
This commit is contained in:
parent
7477db2b2f
commit
63b565ba44
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue