chore(deps): update dependency alpine to v3.16
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
Renovate Bot 2022-05-30 23:12:04 +00:00 committed by Gitea
parent 369eff11b1
commit ff2df22c22

View File

@ -24,7 +24,7 @@ RUN go get -d -v && \
go build -v -buildvcs=false -ldflags="-s -w" -o atsebay.t
FROM alpine:3.15
FROM alpine:3.16
EXPOSE 8081