Skip to content

Commit

Permalink
fix: 9.6.0/Dockerfile to reduce vulnerabilities (#94)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
nr-security-github and snyk-bot authored Dec 5, 2023
1 parent 780b7c9 commit 96cd6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 9.6.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#------------------------------------------------------------------------------


FROM alpine:3.10 AS build
FROM alpine:3.14 AS build

ENV NEWRELIC_VERSION 9.6.0.255
ENV NEWRELIC_NAME newrelic-php5-${NEWRELIC_VERSION}-linux-musl
Expand All @@ -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 \
Expand Down

0 comments on commit 96cd6ef

Please sign in to comment.