diff --git a/Dockerfile b/Dockerfile index 883dc3d..3af8b5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN apk add --no-cache ca-certificates git git-crypt go make && \ make # Build the second stage (small) image -FROM alpine:3.20 +FROM alpine:3.22.1 LABEL org.opencontainers.image.title="${project_title}" LABEL org.opencontainers.image.authors="${project_author}" LABEL org.opencontainers.image.source="${project_source}" diff --git a/site-configs/config.toml b/site-configs/config.toml index c1ac64b..68dd693 100644 Binary files a/site-configs/config.toml and b/site-configs/config.toml differ