Skip to content

Commit

Permalink
Bump alpine from 3.20 to 3.21 (#65)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20 to 3.21.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent d0d82e1 commit ad02825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
--mount=type=cache,target=/usr/src/app/target \
cargo install --path .

FROM alpine:3.20
FROM alpine:3.21
COPY --from=builder /usr/local/cargo/bin/orgu /usr/local/bin/orgu

ENTRYPOINT ["/usr/local/bin/orgu"]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine-dev
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
cargo install --path . --debug


FROM alpine:3.20
FROM alpine:3.21
COPY --from=builder /usr/local/cargo/bin/orgu /usr/local/bin/orgu

ENTRYPOINT ["/usr/local/bin/orgu"]
Expand Down

0 comments on commit ad02825

Please sign in to comment.