Skip to content

Commit

Permalink
chore(deps): update dependency node to v20 (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2023
1 parent c31e36d commit 818ce48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate: datasource=node-version depName=node versioning=node
ARG NODE_VERSION=18.19.0
ARG NODE_VERSION=20.10.0

FROM ghcr.io/containerbase/base:9.26.0@sha256:d64249bced930342154688a79d0bc537423c2e5918c476361e0e22f5fd734c83

Expand Down
2 changes: 1 addition & 1 deletion renovate.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ FROM node:16.20.2@sha256:f77a1aef2da8d83e45ec990f45df50f1a286c5fe8bbfb8c6e4246c6
FROM node:18.18.2@sha256:a17842484dd30af97540e5416c9a62943c709583977ba41481d601ecffb7f31b

# EOL: 2026-04-30
FROM node:20.8.1@sha256:bd20621deff56cb66c6cd10772d26db1a0d480f2b08609eb96b799ba6260f3ed
FROM node:20.10.0@sha256:445acd9b2ef7e9de665424053bf95652e0b8995ef36500557d48faf29300170a

0 comments on commit 818ce48

Please sign in to comment.