1 files changed,
1 insertions(+),
1 deletions(-)
Author:
dependabot[bot]
49699333+dependabot[bot]@users.noreply.github.com
Committed by:
GitHub
noreply@github.com
Committed at:
2025-02-01 18:30:14 +0200
Parent:
1020bc1
M
Dockerfile
ยทยทยท 11 11 ENV CGO_ENABLED=0 GOOS=linux GOARCH=amd64 12 12 RUN go build -trimpath -ldflags='-w -s' -o /onasty ./cmd/server 13 13 14 -FROM alpine:3.20 14 +FROM alpine:3.21 15 15 COPY --from=builder /onasty /onasty 16 16 RUN apk --no-cache add ca-certificates 17 17 ENTRYPOINT ["/onasty"]