We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadea54 commit 9187526Copy full SHA for 9187526
Dockerfile
@@ -26,7 +26,7 @@ RUN apk update && apk upgrade && apk add --update --no-cache \
26
tzdata \
27
vim && rm -rf /var/cache/apk/*
28
# 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
+RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ nodejs npm
30
31
WORKDIR $RAILS_ROOT
32
0 commit comments