chore: pin base Debian image in Docker builds (#22222)

pull/22232/head
Cody Shepherd 2021-08-17 09:43:10 -07:00 committed by GitHub
parent 2bf5f8ef3e
commit 4ba5550a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM debian:stable-slim
FROM debian:buster-slim
COPY fluxd /usr/bin/fluxd
EXPOSE 8093

View File

@ -1,4 +1,4 @@
FROM debian:stable-slim AS dependency-base
FROM debian:buster-slim AS dependency-base
ENV DEBIAN_FRONTEND noninteractive