Skip to content

Commit

Permalink
Using Dockerfile images for Node 18.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seandgrimes committed Aug 20, 2024
1 parent d9b6a75 commit dca4c33
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.11.1-alpine3.19
FROM node:18.17.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.11.1-bullseye
FROM node:18.17.0-bullseye

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

0 comments on commit dca4c33

Please sign in to comment.