Skip to content

Commit

Permalink
build(deps): bump alpine from 3.18.2 to 3.18.3 (#1703)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.2 to 3.18.3.

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

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 Aug 14, 2023
1 parent bffbaa3 commit cec0ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ARG GIT_REVISION=unknown
ENV GIT_REVISION ${GIT_REVISION}
RUN cargo build --release -p janus_aggregator --bin $BINARY --features=prometheus,otlp

FROM alpine:3.18.2 AS final
FROM alpine:3.18.3 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 @@ -44,7 +44,7 @@ ARG BINARY
RUN cargo build --features fpvec_bounded_l2 --profile $PROFILE -p janus_interop_binaries \
--bin $BINARY

FROM alpine:3.18.2 AS final
FROM alpine:3.18.3 AS final
ARG BINARY
ARG PROFILE
RUN mkdir /logs
Expand Down

0 comments on commit cec0ee5

Please sign in to comment.