Skip to content

Commit

Permalink
feat(refmt): update node.js to v21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 25, 2023
1 parent 02162b4 commit 99f274e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion npm-groovy-lint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.0-slim
FROM node:21.1-slim
LABEL maintainer="Pat Brisbin <[email protected]>"
ENV LANG en_US.UTF-8
RUN mkdir -p /app
Expand Down
2 changes: 1 addition & 1 deletion prettier/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.0-slim
FROM node:21.1-slim
LABEL maintainer="Pat Brisbin <[email protected]>"
ENV LANG en_US.UTF-8
RUN mkdir -p /app
Expand Down
2 changes: 1 addition & 1 deletion purty/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.0-slim
FROM node:21.1-slim
LABEL maintainer="Pat Brisbin <[email protected]>"
ENV LANG en_US.UTF-8
RUN mkdir -p /app
Expand Down
2 changes: 1 addition & 1 deletion refmt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.0-slim
FROM node:21.1-slim
LABEL maintainer="Pat Brisbin <[email protected]>"
ENV LANG en_US.UTF-8
RUN mkdir -p /app
Expand Down

0 comments on commit 99f274e

Please sign in to comment.