chore(deps): update alpine docker tag to v3.21
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
26fd260bb1
commit
fad8b9c340
12 changed files with 12 additions and 12 deletions
|
|
@ -12,7 +12,7 @@ RUN go get -d -v ./evdist && \
|
|||
go build -v -buildvcs=false -o evdist/evdist ./evdist
|
||||
|
||||
|
||||
FROM alpine:3.20
|
||||
FROM alpine:3.21
|
||||
|
||||
WORKDIR /srv
|
||||
|
||||
|
|
|
|||
Reference in a new issue