Skip to content

Commit

Permalink
Merge pull request #2 from skumail/develop
Browse files Browse the repository at this point in the history
chore: Update node and Apline versions in Dockerfile and install dbus…
  • Loading branch information
skumail authored Aug 7, 2024
2 parents ffa38ba + 68d6623 commit a22ef7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-node/18/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
FROM node:18.17.1-alpine3.18
FROM node:18.20.4-alpine3.20

LABEL org.opencontainers.image.authors="skumail@folio3.com"

ENV NPM_CONFIG_PREFIX=/home/node/.npm-global

ENV PATH=$PATH:/home/node/.npm-global/bin

RUN apk add --no-cache openjdk17-jdk
RUN apk add --no-cache dbus openjdk17-jdk

RUN dbus-uuidgen --ensure

USER node

Expand Down

0 comments on commit a22ef7c

Please sign in to comment.