chore(deps): update dependency alpine to v3.16
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
abd67a618c
commit
b143eec84c
16 changed files with 16 additions and 16 deletions
|
|
@ -13,7 +13,7 @@ RUN GO111MODULE=off go get -d -v
|
|||
RUN GO111MODULE=off go build -v -ldflags="-s -w" -tags netgo -o minichecker
|
||||
|
||||
|
||||
FROM alpine:3.15
|
||||
FROM alpine:3.16
|
||||
MAINTAINER Pierre-Olivier Mercier <nemunaire@nemunai.re>
|
||||
|
||||
COPY --from=gobuild /go/src/minichecker/minichecker /bin/minichecker
|
||||
|
|
|
|||
Reference in a new issue