chore(deps): update dependency alpine to v3.16
Some checks are pending
continuous-integration/drone/push Build is pending
Some checks are pending
continuous-integration/drone/push Build is pending
This commit is contained in:
parent
369eff11b1
commit
ff2df22c22
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ RUN go get -d -v && \
|
||||||
go build -v -buildvcs=false -ldflags="-s -w" -o atsebay.t
|
go build -v -buildvcs=false -ldflags="-s -w" -o atsebay.t
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.15
|
FROM alpine:3.16
|
||||||
|
|
||||||
EXPOSE 8081
|
EXPOSE 8081
|
||||||
|
|
||||||
|
|
Reference in a new issue