From cec0067c70a3df1aa5325ac6288817d30c3b41c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Aug 2023 02:25:16 +0000 Subject: [PATCH] fix: birdhouse/docker/geoserver/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-FREETYPE-1019584 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBSSH2-340742 --- birdhouse/docker/geoserver/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdhouse/docker/geoserver/Dockerfile b/birdhouse/docker/geoserver/Dockerfile index 87709f39c..45bb5b3e5 100644 --- a/birdhouse/docker/geoserver/Dockerfile +++ b/birdhouse/docker/geoserver/Dockerfile @@ -1,5 +1,5 @@ #--------- Generic stuff all our Dockerfiles should start with so we get caching ------------ -FROM tomcat:8.0-jre8 +FROM tomcat:8.5.92-jre8 MAINTAINER Tim Sutton # docker build --build-arg -t kartoza/geoserver .