mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
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:
committed by
Dalton Hubble
parent
e19f119a09
commit
5146a78cb9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user