Bump alpine from 3.18.2 to 3.18.3

Bumps alpine from 3.18.2 to 3.18.3.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-08 14:58:53 +00:00
committed by Dalton Hubble
parent 2c06b2a96c
commit a933dd7918

View File

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