Skip to content

Commit 7e46c3c

Browse files
committed
build(docker): upgrade node version
1 parent 60343cd commit 7e46c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build stage
2-
FROM node:16-alpine as build-stage
2+
FROM node:22-alpine as build-stage
33
ENV JQ_VERSION=1.6
44
RUN wget --no-check-certificate https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64 -O /tmp/jq-linux64
55
RUN cp /tmp/jq-linux64 /usr/bin/jq

0 commit comments

Comments
 (0)