Bump docker.io/alpine image from 3.20.1 to v3.20.2

This commit is contained in:
dghubble-renovate[bot]
2024-07-23 19:40:30 +00:00
parent 1a9b21c1d7
commit 111077e0f1

View File

@@ -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 <dghubble@gmail.com>"
LABEL org.opencontainers.image.title="Matchbox",
LABEL org.opencontainers.image.source="https://github.com/poseidon/matchbox"