From 105b16bce75dd8868f253c502ff5dc57f9f89313 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sat, 11 Oct 2025 02:40:31 +0000 Subject: Add 'docker' and 'github-actions' to Dependabot config. --- .docker/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.docker/app/Dockerfile') diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index 09535eeee..35d2ab90e 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -1,6 +1,6 @@ ARG PROXY_REGISTRY -FROM ${PROXY_REGISTRY}alpine:3.22 +FROM ${PROXY_REGISTRY}alpine:3.22.2 EXPOSE 9000/tcp ARG ALPINE_MIRROR -- cgit v1.2.3-54-g00ecf