We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d9da8 commit b8b2466Copy full SHA for b8b2466
.github/workflows/docker.yml
@@ -12,7 +12,7 @@ jobs:
12
env:
13
DOCKER_REPO: ghcr.io/${{ github.repository }}
14
RUBY_VERSION: 3.4.7
15
- NODE_VERSION: 22.21.0
+ NODE_VERSION: 22.21.1
16
steps:
17
- uses: actions/checkout@v4
18
- name: Build Docker image
Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update -qq && \
7
rm -rf /var/lib/apt/lists /var/cache/apt/archives
8
9
# Install yarn and node
10
-ARG NODE_VERSION=22.21.0
+ARG NODE_VERSION=22.21.1
11
ARG YARN_VERSION=1.22.22
ENV PATH=/usr/local/node/bin:$PATH
RUN curl -sL https://github.com/nodenv/node-build/archive/master.tar.gz | tar xz -C /tmp/ && \
0 commit comments