Merge pull request 'chore(deps): update alpine docker tag to v3.22' (#10) from renovate/alpine-3.x into main
All checks were successful
docker / docker (push) Successful in 2m7s
All checks were successful
docker / docker (push) Successful in 2m7s
Reviewed-on: #10
This commit is contained in:
commit
77c8c099ae
@ -10,7 +10,7 @@ RUN go mod download
|
||||
COPY . .
|
||||
RUN make CGO_ENABLED=0
|
||||
|
||||
FROM alpine:3.21
|
||||
FROM alpine:3.22
|
||||
|
||||
COPY --from=build /code/dumb .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user