From ae26918ffcf166fd2cc2d936d6e37fac862942f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:43:57 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/deploy-BETA.yml | 2 +- .github/workflows/deploy-RELEASE.yml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-BETA.yml b/.github/workflows/deploy-BETA.yml index b6aa079e..32af3e9a 100644 --- a/.github/workflows/deploy-BETA.yml +++ b/.github/workflows/deploy-BETA.yml @@ -34,7 +34,7 @@ jobs: name: beta steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v4.2.0 with: node-version: "20.x" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/deploy-RELEASE.yml b/.github/workflows/deploy-RELEASE.yml index c8837fbf..879d0004 100644 --- a/.github/workflows/deploy-RELEASE.yml +++ b/.github/workflows/deploy-RELEASE.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 # Setup .npmrc file to publish to npm - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v4.2.0 with: node-version: "20.x" registry-url: "https://registry.npmjs.org" diff --git a/Dockerfile b/Dockerfile index 9974622a..92865262 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.0 +FROM alpine:3.21.2 WORKDIR / ARG NPM_GROOVY_LINT_VERSION='latest'