Bump alpine from 3.15.2 to 3.15.3

Bumps alpine from 3.15.2 to 3.15.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]
2022-03-29 14:07:42 +00:00
committed by Dalton Hubble
parent f5e0536168
commit 0b073d70bd

View File

@@ -2,7 +2,7 @@ FROM docker.io/golang:1.18.0 AS builder
COPY . src
RUN cd src && make build
FROM docker.io/alpine:3.15.2
FROM docker.io/alpine:3.15.3
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
COPY --from=builder /go/src/bin/matchbox /matchbox
EXPOSE 8080