diff --git a/nodejs.Dockerfile b/nodejs.Dockerfile index c700ecc..579a1ac 100644 --- a/nodejs.Dockerfile +++ b/nodejs.Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04@sha256:f5c3e53367f142fab0b49908550bdcdc4fb619d2f61ec1dfa60d26e0d59ac9e7 +FROM ubuntu:20.04@sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 ARG DEBIAN_FRONTEND=noninteractive ARG TARGETARCH diff --git a/python.Dockerfile b/python.Dockerfile index c5696c6..84fdccd 100644 --- a/python.Dockerfile +++ b/python.Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04@sha256:f5c3e53367f142fab0b49908550bdcdc4fb619d2f61ec1dfa60d26e0d59ac9e7 +FROM ubuntu:20.04@sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8 ARG DEBIAN_FRONTEND=noninteractive ARG PYTHON_VERSION