From d78977fc1c92d61564ce335bd33367a663e6f55d Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 4 Jun 2024 08:07:05 -0700 Subject: [PATCH] use alpine 3.20.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 277f979..d353b8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Copyright 2018 New Relic, Inc. Licensed under the Apache License, version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, either express or implied. -FROM alpine:3.19.1 +FROM alpine:3.20.0 RUN apk add --update nodejs npm