Docker: increase alpine version to 3.23

This commit is contained in:
James R. Barlow
2026-02-20 11:06:33 -08:00
parent bd4a74de0e
commit aca5eb626b
+1 -1
View File
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2023 James R. Barlow
# SPDX-License-Identifier: MPL-2.0
FROM alpine:3.22 AS base
FROM alpine:3.23 AS base
ENV LANG=C.UTF-8
ENV TZ=UTC