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,7 +11,7 @@
ENV CGO_ENABLED=0 GOOS=linux GOARCH=amd64 RUN go build -trimpath -ldflags='-w -s' -o /onasty ./cmd/server -FROM alpine:3.20 +FROM alpine:3.21 COPY --from=builder /onasty /onasty RUN apk --no-cache add ca-certificates ENTRYPOINT ["/onasty"]