Bump docker.io/alpine image from 3.19.1 to v3.20.0

This commit is contained in:
dghubble-renovate[bot]
2024-05-26 19:20:32 +00:00
parent 64099d3177
commit b90ebe896f

View File

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