From 30a2f5c92235764545508b76f47d95c78c04834e Mon Sep 17 00:00:00 2001 From: kruskal <99559985+kruskall@users.noreply.github.com> Date: Tue, 23 Aug 2022 16:07:22 +0200 Subject: [PATCH] build: bump alpine version to 3.16.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d20000f2..3963dfbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -# Pin to Alpine 3.9 +# Pin to Alpine 3.16.2 # For a complete list of hashes, see: # https://github.com/docker-library/repo-info/tree/master/repos/alpine/remote -FROM alpine@sha256:115731bab0862031b44766733890091c17924f9b7781b79997f5f163be262178 +FROM alpine@sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad ARG EXTENSION_FILE COPY ${EXTENSION_FILE} /opt/elastic-apm-extension COPY /NOTICE.txt /opt/NOTICE.txt