Bump alpine from 3.15.1 to 3.15.2

Bumps alpine from 3.15.1 to 3.15.2.

---
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-23 16:19:20 +00:00
committed by Dalton Hubble
parent 46430bf3f5
commit 302cace1dc

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.1
FROM docker.io/alpine:3.15.2
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
COPY --from=builder /go/src/bin/matchbox /matchbox
EXPOSE 8080