We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a676e commit 5afbf49Copy full SHA for 5afbf49
1 file changed
Dockerfile.rocker
@@ -1,6 +1,6 @@
1
ARG BASE_IMAGE_TAG
2
3
-FROM node:20-alpine3.16 AS node
+FROM node:22-alpine3.19
4
5
# Install necessary dependencies (curl and ca-certificates)
6
RUN apk add --no-cache curl ca-certificates && \
0 commit comments