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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user