mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
Bump docker.io/alpine image from 3.22.1 to v3.22.2 (#1492)
Co-authored-by: dghubble-renovate[bot] <119624128+dghubble-renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
045eba4adb
commit
ae0ac0410f
@@ -2,7 +2,7 @@ FROM docker.io/golang:1.25.2 AS builder
|
||||
COPY . src
|
||||
RUN cd src && make build
|
||||
|
||||
FROM docker.io/alpine:3.22.1
|
||||
FROM docker.io/alpine:3.22.2
|
||||
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
|
||||
LABEL org.opencontainers.image.title="Matchbox",
|
||||
LABEL org.opencontainers.image.source="https://github.com/poseidon/matchbox"
|
||||
|
||||
Reference in New Issue
Block a user