chore: pin base Debian image in Docker builds (#22222)
parent
2bf5f8ef3e
commit
4ba5550a5d
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:stable-slim
|
FROM debian:buster-slim
|
||||||
COPY fluxd /usr/bin/fluxd
|
COPY fluxd /usr/bin/fluxd
|
||||||
|
|
||||||
EXPOSE 8093
|
EXPOSE 8093
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:stable-slim AS dependency-base
|
FROM debian:buster-slim AS dependency-base
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue