Skip to content

Commit

Permalink
chore(deps): Upgrade Debian to bullseye for distroless image (vectord…
Browse files Browse the repository at this point in the history
  • Loading branch information
SIPR-octo authored and mfamahran committed Apr 28, 2023
1 parent 31aaf0b commit 4d32238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/docker/distroless-libc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN dpkg -i vector_*_"$(dpkg --print-architecture)".deb

RUN mkdir -p /var/lib/vector

FROM gcr.io/distroless/cc-debian10
FROM gcr.io/distroless/cc-debian11

COPY --from=builder /usr/bin/vector /usr/bin/vector
COPY --from=builder /usr/share/doc/vector /usr/share/doc/vector
Expand Down

0 comments on commit 4d32238

Please sign in to comment.