Bump alpine from 3.18 to 3.19

Bumps alpine from 3.18 to 3.19.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-08 17:35:34 +00:00
committed by GitHub
parent 906be51244
commit aebc6051a1

View File

@@ -10,7 +10,7 @@ ADD . /go/yosoy
RUN go env -w GOPROXY=direct
RUN cd /go/yosoy && go build
FROM alpine:3.18
FROM alpine:3.19
COPY --from=builder /go/yosoy/yosoy /bin
# register entrypoint