Bump alpine from 3.18.5 to 3.19.0

Bumps alpine from 3.18.5 to 3.19.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-08 14:21:27 +00:00
committed by Dalton Hubble
parent 8671162f50
commit 11361f2829

View File

@@ -2,7 +2,7 @@ FROM docker.io/golang:1.21.4 AS builder
COPY . src
RUN cd src && make build
FROM docker.io/alpine:3.18.5
FROM docker.io/alpine:3.19.0
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
LABEL org.opencontainers.image.title="Matchbox",
LABEL org.opencontainers.image.source="https://github.com/poseidon/matchbox"