Skip to content

Commit

Permalink
chore(deps): update node.js to v18.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent db471c1 commit 928f440
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/node-rbenv/node-18-slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.1-slim
FROM node:18.20.1-slim

# Update dependencies
RUN apt-get update -qq >/dev/null && apt-get upgrade -y --no-install-recommends
Expand Down
2 changes: 1 addition & 1 deletion images/node-rbenv/node-18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.1
FROM node:18.20.1

# Update dependencies
RUN apt-get update -qq >/dev/null && apt-get upgrade -y --no-install-recommends
Expand Down
2 changes: 1 addition & 1 deletion images/node-ruby/node-18/ruby-3/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# - https://github.com/nodejs/docker-node/blob/main/18/alpine/Dockerfile

# ---- Base ----
FROM node:18.19.1-alpine
FROM node:18.20.1-alpine

# -- Install Ruby --
RUN set -eux; \
Expand Down
2 changes: 1 addition & 1 deletion images/node-ruby/node-18/ruby-3/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# - https://github.com/docker-library/ruby/blob/master/3.3/bullseye/Dockerfile

# ---- Base ----
FROM node:18.19-bullseye
FROM node:18.20-bullseye

# -- Install Ruby --
# skip installing gem documentation
Expand Down

0 comments on commit 928f440

Please sign in to comment.