Skip to content

Commit

Permalink
build(deps): Bump postgres from 14-alpine to 16-alpine
Browse files Browse the repository at this point in the history
Bumps postgres from 14-alpine to 16-alpine.

---
updated-dependencies:
- dependency-name: postgres
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent fcc4830 commit ec7d83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.interop_aggregator
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ COPY tools /src/tools
RUN cargo build --features fpvec_bounded_l2 --profile $PROFILE -p janus_interop_binaries \
--bin janus_interop_aggregator

FROM postgres:14-alpine AS final
FROM postgres:16-alpine AS final
RUN mkdir /logs && mkdir /etc/janus
RUN apk add --no-cache supervisor && rm -rf /tmp/* /var/cache/apk/*
COPY db /etc/janus/migrations
Expand Down

0 comments on commit ec7d83e

Please sign in to comment.