From 9c0d987085a2a8ef2853737c05066fc0b0e5cbaf Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 09:41:59 +0000 Subject: [PATCH] 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> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47e6d3b5..f46f8ec4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " LABEL org.opencontainers.image.title="Matchbox", LABEL org.opencontainers.image.source="https://github.com/poseidon/matchbox"