use alpine 3.22 as build base

This commit is contained in:
Sebastian Hugentobler 2025-06-05 11:28:10 +02:00
parent 85f1a121b4
commit 562bf0812d
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M

View file

@ -1,4 +1,4 @@
FROM docker.io/golang:1.24-alpine3.22 AS builder
FROM docker.io/golang:1.24.3-alpine3.22 AS builder
RUN echo "ntfy:x:2222:2222:Linux User,,,:/:/ntfy" > /passwd
RUN mkdir -p /data/attachments