From 63b565ba44e237e3077c5f6223090f51d8337187 Mon Sep 17 00:00:00 2001 From: azyrite Date: Sun, 6 Jul 2025 11:40:28 +1000 Subject: [PATCH] chore: bump base image to alpine 3.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9766f1..e057cfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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