Skip to content

Commit

Permalink
use alpine 3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edhjer authored Jun 4, 2024
1 parent 04042be commit d78977f
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,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

Expand Down

0 comments on commit d78977f

Please sign in to comment.