Bump alpine from 3.16.1 to 3.16.2

Bumps alpine from 3.16.1 to 3.16.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-08-10 14:07:05 +00:00
committed by Dalton Hubble
parent e19f119a09
commit 5146a78cb9

View File

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