Skip to content

Commit

Permalink
fix: update node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 793bece commit 7dcde41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.0.0-alpine3.17
FROM node:20.10.0-alpine3.17

RUN apk add build-base git krb5-dev libgit2-dev libssh-dev pkgconfig python3 tzdata

Expand Down
2 changes: 1 addition & 1 deletion scripts/Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.0.0-bullseye
FROM node:20.18.0-bullseye

ENV DEBIAN_FRONTEND noninteractive
ENV LC_ALL en_US.UTF-8
Expand Down

0 comments on commit 7dcde41

Please sign in to comment.