We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60343cd commit 7e46c3cCopy full SHA for 7e46c3c
Dockerfile
@@ -1,5 +1,5 @@
1
# build stage
2
-FROM node:16-alpine as build-stage
+FROM node:22-alpine as build-stage
3
ENV JQ_VERSION=1.6
4
RUN wget --no-check-certificate https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64 -O /tmp/jq-linux64
5
RUN cp /tmp/jq-linux64 /usr/bin/jq
0 commit comments