Bump docker.io/alpine image from 3.20.0 to v3.20.1

This commit is contained in:
dghubble-renovate[bot]
2024-06-22 16:30:47 +00:00
parent 09df0f8913
commit cf21b6ae24

View File

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