Skip to content

Commit

Permalink
Bump alpine from 3.20.3 to 3.21.0 (#3547)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.3 to 3.21.0.

---
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 9, 2024
1 parent 383e541 commit efe0935
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ARG GIT_REVISION=unknown
ENV GIT_REVISION=${GIT_REVISION}
RUN cargo build --release -p janus_aggregator --features=prometheus,otlp

FROM alpine:3.20.3 AS final
FROM alpine:3.21.0 AS final
ARG BINARY=aggregator
ARG GIT_REVISION=unknown
LABEL revision=${GIT_REVISION}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.interop
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ COPY tools /src/tools
COPY xtask /src/xtask
RUN cargo build --features fpvec_bounded_l2 --profile $PROFILE -p janus_interop_binaries

FROM alpine:3.20.3 AS final
FROM alpine:3.21.0 AS final
ARG BINARY
ARG PROFILE
RUN mkdir /logs
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.sqlx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN cargo install sqlx-cli \
--version ${SQLX_VERSION} \
--no-default-features --features rustls,postgres

FROM alpine:3.20.3
FROM alpine:3.21.0
ARG SQLX_VERSION=unknown
ARG GIT_REVISION=unknown
LABEL revision=${GIT_REVISION}
Expand Down

0 comments on commit efe0935

Please sign in to comment.