From cf21b6ae24c02edc3936c321602daed99993bcb0 Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 16:30:47 +0000 Subject: [PATCH] Bump docker.io/alpine image from 3.20.0 to v3.20.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6053be0..fb1ed6af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM docker.io/golang:1.22.4 AS builder COPY . src RUN cd src && make build -FROM docker.io/alpine:3.20.0 +FROM docker.io/alpine:3.20.1 LABEL maintainer="Dalton Hubble " LABEL org.opencontainers.image.title="Matchbox", LABEL org.opencontainers.image.source="https://github.com/poseidon/matchbox"