chore(deps): update alpine docker tag to v3.18
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
198f264d77
commit
39b719f9ec
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,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.17
|
FROM alpine:3.18
|
||||||
|
|
||||||
EXPOSE 8081
|
EXPOSE 8081
|
||||||
|
|
||||||
|
|
Reference in a new issue