diff --git a/Dockerfile b/Dockerfile index 574051c..a0fcbbd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:10.3-slim +FROM debian:10.4-slim # make a pipe fail on the first failure SHELL ["/bin/bash", "-o", "pipefail", "-c"]