From d3bd0da0d64d407f25ef92ab8d6a49484f886b33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Sep 2024 20:43:55 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-6008961 - https://snyk.io/vuln/SNYK-DEBIAN11-DB53-2825168 - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-2976151 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 67b038a5b..c3732d3bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:11.4-slim +FROM debian:bullseye-20240926-slim ENV USER=bindplane ENV UID=10001