Skip to content

Commit 1c91ed0

Browse files
authored
chore(operations): Debian buster is stable, not sid (#3131)
* chore(operations): Debian stretch is stable, not sid Signed-off-by: Ana Hobden <[email protected]> * Buster... Signed-off-by: Ana Hobden <[email protected]>
1 parent ed9006f commit 1c91ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distribution/docker/debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM debian:sid-slim AS builder
1+
FROM debian:buster-slim AS builder
22

33
COPY vector-*.deb ./
44
RUN dpkg -i vector-$(dpkg --print-architecture).deb
55

6-
FROM debian:sid-slim
6+
FROM debian:buster-slim
77

88
RUN apt-get update && apt-get install -y ca-certificates tzdata systemd && rm -rf /var/lib/apt/lists/*
99

0 commit comments

Comments
 (0)