all repos

onasty @ f70998b1265ac6ddf3530f3b1d70d36a497ab392

a one-time notes service
1 files changed, 1 insertions(+), 1 deletions(-)
chore(deps): bump alpine from 3.20 to 3.21 (#69)

Bumps alpine from 3.20 to 3.21.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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"]