Skip to content

Commit

Permalink
Update node Docker tag to v18.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
my-renovate-test[bot] committed Mar 27, 2024
1 parent 238d15b commit a5e7194
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/generate_files
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ entrypoint_erb = ERB.new(images_dir.join('entrypoint.sh.erb').read, trim_mode: '
FileUtils.rm_rf(images_dir.glob('*').select(&:directory?))

node_images = [
{name: 'node', version: '18', base_image: 'node:18.19.1-bullseye'},
{name: 'node', version: '18', base_image: 'node:18.20.0-bullseye'},
{name: 'node', version: '16', base_image: 'node:16.20.2-bullseye'},
{name: 'node', version: '14', base_image: 'node:14.21.3-bullseye'},
]
Expand Down
2 changes: 1 addition & 1 deletion images/cypress/node-18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT
# Generated by bin/generate_files
FROM node:18.19.1-bullseye
FROM node:18.20.0-bullseye

RUN apt-get update && apt-get install -y sudo less wget curl git

Expand Down
2 changes: 1 addition & 1 deletion images/node/18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT
# Generated by bin/generate_files
FROM node:18.19.1-bullseye
FROM node:18.20.0-bullseye

RUN apt-get update && apt-get install -y sudo less wget curl git

Expand Down

0 comments on commit a5e7194

Please sign in to comment.