Skip to content

Commit c9686a3

Browse files
chore(deps): bump alpine from 3.23 to 3.23.4 (#61)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc3a861 commit c9686a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ COPY Cargo.toml Cargo.lock ./
2222
COPY src/ ./src/
2323
RUN cargo build --release --target x86_64-unknown-linux-musl
2424

25-
FROM alpine:3.23
25+
FROM alpine:3.23.4
2626
COPY --from=builder /app/target/x86_64-unknown-linux-musl/release/github-profile-toolbox /usr/local/bin/
2727
ENTRYPOINT ["github-profile-toolbox"]

0 commit comments

Comments
 (0)