chore(deps): bump alpine from 3.19.1 to 3.20.3 in /build

Bumps alpine from 3.19.1 to 3.20.3.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-25 21:44:12 +00:00 committed by GitHub
parent 318173f848
commit a57fafaf0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM alpine:3.19.1
FROM alpine:3.20.3
RUN apk --no-cache add ca-certificates
RUN addgroup -S contentserver && \