Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent 216a315 commit d0e6035
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion node/pterodactyl/16/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: gallium, lts
# VARIANT: alpine
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/ppc64le, linux/s390x
FROM docker.io/library/node:16.17.1-alpine
FROM docker.io/library/node:20.16.0-alpine

LABEL author="Frutbits Indonesia" maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion node/pterodactyl/16/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: gallium, lts
# VARIANT:
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/ppc64le, linux/s390x
FROM docker.io/library/node:16.17.1-bullseye-slim
FROM docker.io/library/node:20.16.0-bullseye-slim

LABEL author="Frutbits Indonesia" maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion node/pterodactyl/18/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: current, latest
# VARIANT: alpine
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/ppc64le, linux/s390x
FROM docker.io/library/node:18.10.0-alpine
FROM docker.io/library/node:20.16.0-alpine

LABEL author="Frutbits Indonesia" maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion node/pterodactyl/18/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TAGS: current, latest
# VARIANT:
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/ppc64le, linux/s390x
FROM docker.io/library/node:18.10.0-slim
FROM docker.io/library/node:20.16.0-slim

LABEL author="Frutbits Indonesia" maintainer="[email protected]"

Expand Down

0 comments on commit d0e6035

Please sign in to comment.