From 9c921e142f764ec99a062c2c6c718d88b6ae658c Mon Sep 17 00:00:00 2001 From: New Relic Security <54716445+nr-security-github@users.noreply.github.com> Date: Mon, 4 Dec 2023 20:56:51 -0800 Subject: [PATCH] fix: 9.15.0/Dockerfile to reduce vulnerabilities (#88) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 Co-authored-by: snyk-bot --- 9.15.0/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/9.15.0/Dockerfile b/9.15.0/Dockerfile index 3a7b350..dc0fbfe 100644 --- a/9.15.0/Dockerfile +++ b/9.15.0/Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------ -FROM alpine:3.10 AS build +FROM alpine:3.14 AS build ENV NEWRELIC_VERSION 9.15.0.293 ENV NEWRELIC_NAME newrelic-php5-${NEWRELIC_VERSION}-linux-musl @@ -18,7 +18,7 @@ RUN set -ex; \ export NR_INSTALL_SILENT=1; \ ${NEWRELIC_NAME}/newrelic-install install_daemon -FROM alpine:3.10 +FROM alpine:3.14 # The daemon needs certs installed to run RUN apk add --no-cache \