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