mirror of https://github.com/artifacthub/hub.git
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:
parent
63d4f1b1a1
commit
6bcc3ac826
|
|
@ -4,7 +4,7 @@ RUN apk --no-cache add git
|
|||
RUN go install github.com/jackc/tern@latest
|
||||
|
||||
# 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
|
||||
USER 1000
|
||||
WORKDIR /home/db-migrator
|
||||
|
|
|
|||
Loading…
Reference in New Issue