From b90ebe896f71800eda46288827de77fc926853c4 Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 19:20:32 +0000 Subject: [PATCH] Bump docker.io/alpine image from 3.19.1 to v3.20.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46cc0b3d..0f967263 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM docker.io/golang:1.22.3 AS builder COPY . src RUN cd src && make build -FROM docker.io/alpine:3.19.1 +FROM docker.io/alpine:3.20.0 LABEL maintainer="Dalton Hubble " LABEL org.opencontainers.image.title="Matchbox", LABEL org.opencontainers.image.source="https://github.com/poseidon/matchbox"