Compare commits

...

2 Commits

Author SHA1 Message Date
ngn
77c8c099ae 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
2025-06-01 14:10:16 +03:00
b1b895b9c1 chore(deps): update alpine docker tag to v3.22 2025-05-30 21:01:07 +00:00

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 .