chore(deps): update alpine docker tag to v3.18
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2023-05-10 00:05:47 +00:00
parent 198f264d77
commit 39b719f9ec

View File

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