Skip to content

Commit c8dca34

Browse files
Bump alpine from 3.22.0 to 3.22.1 in /database/migrations (#637)
Bumps alpine from 3.22.0 to 3.22.1. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergio Castaño Arteaga <tegioz@icloud.com>
1 parent 0387b1b commit c8dca34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

database/migrations/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apk --no-cache add git
44
RUN go install github.com/jackc/tern@latest
55

66
# Build final image
7-
FROM alpine:3.22.0
7+
FROM alpine:3.22.1
88
RUN addgroup -S gitvote && adduser -S gitvote -G gitvote
99
USER gitvote
1010
WORKDIR /home/gitvote

0 commit comments

Comments
 (0)