Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Node.js version to 20.11.1 #15

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile_bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bookworm
ARG type
ENV CONTAINER shivammathur/node
ENV DEBIAN_FRONTEND=noninteractive
ENV NODE_VERSION 20.11.0
ENV NODE_VERSION 20.11.1
ENV NODE_VERSION_x86 16.20.2
ENV YARN_VERSION 1.22.19
ENV RUNNER_TOOL_PATH "/opt/hostedtoolcache"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bullseye
ARG type
ENV CONTAINER shivammathur/node
ENV DEBIAN_FRONTEND=noninteractive
ENV NODE_VERSION 20.11.0
ENV NODE_VERSION 20.11.1
ENV NODE_VERSION_x86 16.20.2
ENV YARN_VERSION 1.22.19
ENV RUNNER_TOOL_PATH "/opt/hostedtoolcache"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_focal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:focal
ARG type
ENV CONTAINER shivammathur/node
ENV DEBIAN_FRONTEND=noninteractive
ENV NODE_VERSION 20.11.0
ENV NODE_VERSION 20.11.1
ENV NODE_VERSION_x86 16.20.2
ENV YARN_VERSION 1.22.19
ENV RUNNER_TOOL_PATH "/opt/hostedtoolcache"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_jammy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:jammy
ARG type
ENV CONTAINER shivammathur/node
ENV DEBIAN_FRONTEND=noninteractive
ENV NODE_VERSION 20.11.0
ENV NODE_VERSION 20.11.1
ENV NODE_VERSION_x86 16.20.2
ENV YARN_VERSION 1.22.19
ENV RUNNER_TOOL_PATH "/opt/hostedtoolcache"
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,53 +24,53 @@ Docker images to run setup-php GitHub Action.

- Ubuntu 22.04 (jammy), Debian 12 (bookworm) on i386
- PHP 5.6 to PHP 8.3
- Node.js 20.11.0, 16.20.2 (x86)
- Node.js 20.11.1, 16.20.2 (x86)
- Yarn 1.22.19

### `bookworm`, `12`

- Debian 12 (bookworm)
- PHP 5.6 to PHP 8.3
- Node.js 20.11.0, 16.20.2 (x86)
- Node.js 20.11.1, 16.20.2 (x86)
- Yarn 1.22.19

### `bullseye`, `11`

- Debian 11 (bullseye)
- PHP 5.6 to PHP 8.3
- Node.js 20.11.0, 16.20.2 (x86)
- Node.js 20.11.1, 16.20.2 (x86)
- Yarn 1.22.19

### `jammy`, `2204`

- Ubuntu 22.04 (jammy)
- PHP 5.6 to PHP 8.3
- Node.js 20.11.0
- Node.js 20.11.1
- Yarn 1.22.19

### `focal`, `2004`

- Ubuntu 20.04 (focal)
- PHP 5.6 to PHP 8.3
- Node.js 20.11.0
- Node.js 20.11.1
- Yarn 1.22.19

### `latest-slim`

- Ubuntu 22.04 (jammy)), Debian 12 (bookworm) on i386
- Node.js 20.11.0, 16.20.2 (x86)
- Node.js 20.11.1, 16.20.2 (x86)
- Yarn 1.22.19

### `jammy-slim`, `2204-slim`

- Ubuntu 22.04 (jammy)
- Node.js 20.11.0
- Node.js 20.11.1
- Yarn 1.22.19

### `focal-slim`, `2004-slim`

- Ubuntu 20.04 (focal)
- Node.js 20.11.0
- Node.js 20.11.1
- Yarn 1.22.19

## Platform/OS Architecture specific tags
Expand Down
Loading