From 778b7423fbe9b3f8f0451ff1c6fa450b4913b942 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 20:55:46 +0000 Subject: [PATCH] fix: images/httpbin/rootfs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-ZLIB-2977082 --- images/httpbin/rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/httpbin/rootfs/Dockerfile b/images/httpbin/rootfs/Dockerfile index 3405bf68b7..9299942655 100644 --- a/images/httpbin/rootfs/Dockerfile +++ b/images/httpbin/rootfs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.12 +FROM alpine:3.19.3 ENV LC_ALL=C.UTF-8 ENV LANG=C.UTF-8