Skip to content

Commit

Permalink
fix: Address CVEs in Dockerfile base image (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjjaramillo authored Feb 13, 2024
1 parent ce70598 commit 28efa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG MODE=normal
ARG BASE_IMAGE=newrelic/infrastructure-bundle:3.2.16
ARG BASE_IMAGE=newrelic/infrastructure-bundle:3.2.29

FROM $BASE_IMAGE AS base

Expand Down

0 comments on commit 28efa77

Please sign in to comment.