diff --git a/Dockerfile b/Dockerfile index 32734bd..130ed74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:10.5-slim +FROM debian:10.6-slim # make a pipe fail on the first failure SHELL ["/bin/bash", "-o", "pipefail", "-c"]