From 111077e0f1907afef86cdac3a5b9e111db3c47c0 Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:40:30 +0000 Subject: [PATCH] Bump docker.io/alpine image from 3.20.1 to v3.20.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 545bd490..ed30c6b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM docker.io/golang:1.22.5 AS builder COPY . src RUN cd src && make build -FROM docker.io/alpine:3.20.1 +FROM docker.io/alpine:3.20.2 LABEL maintainer="Dalton Hubble " LABEL org.opencontainers.image.title="Matchbox", LABEL org.opencontainers.image.source="https://github.com/poseidon/matchbox"