Skip to content

Commit 206fc47

Browse files
authored
fix: upgrade Alpine and Go to resolve trivy issues (#1786)
1 parent 77ffbd6 commit 206fc47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/tutone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [ workflow_dispatch ]
55
jobs:
66
createPullRequest:
77
runs-on: ubuntu-latest
8-
container: golang:1.22-bullseye
8+
container: golang:1.24-bullseye
99
steps:
1010
- uses: actions/checkout@v3
1111

build/package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20.3
1+
FROM alpine:3.21
22

33
# Add the binary
44
COPY newrelic /bin/newrelic

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/newrelic/newrelic-cli
22

33
go 1.24.0
44

5-
toolchain go1.24.11
5+
toolchain go1.24.13
66

77
require (
88
github.com/AlecAivazis/survey/v2 v2.3.7

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/newrelic/newrelic-cli/tools
22

33
go 1.24.0
44

5-
toolchain go1.24.11
5+
toolchain go1.24.13
66

77
require (
88
github.com/caarlos0/svu v1.9.0

0 commit comments

Comments
 (0)