Skip to content

Commit 9187526

Browse files
committed
fix: Resolve package conflict by updating nodejs and npm versions in Dockerfile
1 parent fadea54 commit 9187526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apk update && apk upgrade && apk add --update --no-cache \
2626
tzdata \
2727
vim && rm -rf /var/cache/apk/*
2828
# The ruby alpine image's apk doesn't have the current version of node
29-
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ nodejs=22.12.0-r0 npm
29+
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ nodejs npm
3030

3131
WORKDIR $RAILS_ROOT
3232

0 commit comments

Comments
 (0)