Bump alpine from 3.21.3 to 3.22.0 in /database/migrations

Bumps alpine from 3.21.3 to 3.22.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: 3.22.0
  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] 2025-06-02 04:59:08 +00:00 committed by GitHub
parent 63d4f1b1a1
commit 6bcc3ac826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN apk --no-cache add git
RUN go install github.com/jackc/tern@latest RUN go install github.com/jackc/tern@latest
# Build final image # Build final image
FROM alpine:3.21.3 FROM alpine:3.22.0
RUN addgroup -S db-migrator -g 1000 && adduser -S db-migrator -u 1000 -G db-migrator RUN addgroup -S db-migrator -g 1000 && adduser -S db-migrator -u 1000 -G db-migrator
USER 1000 USER 1000
WORKDIR /home/db-migrator WORKDIR /home/db-migrator