Bump docker.io/alpine image from 3.22.0 to v3.22.1 (#1451)

Co-authored-by: dghubble-renovate[bot] <119624128+dghubble-renovate[bot]@users.noreply.github.com>
This commit is contained in:
dghubble-renovate[bot]
2025-07-16 09:41:59 +00:00
committed by GitHub
parent 354d927d42
commit 9c0d987085

View File

@@ -2,7 +2,7 @@ FROM docker.io/golang:1.24.5 AS builder
COPY . src
RUN cd src && make build
FROM docker.io/alpine:3.22.0
FROM docker.io/alpine:3.22.1
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
LABEL org.opencontainers.image.title="Matchbox",
LABEL org.opencontainers.image.source="https://github.com/poseidon/matchbox"