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

Reviewed-on: #10
This commit is contained in:
ngn 2025-06-01 14:10:16 +03:00
commit 77c8c099ae

View File

@ -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 .