update: update node.js to v18
This commit is contained in:
parent
696b38f23e
commit
afd6f771e3
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.artifacts.apextoaster.com/library/node:17-alpine
|
FROM docker.artifacts.apextoaster.com/library/node:18-alpine
|
||||||
|
|
||||||
# dependencies: log filtering
|
# dependencies: log filtering
|
||||||
RUN apk add --update jq \
|
RUN apk add --update jq \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.artifacts.apextoaster.com/library/node:17
|
FROM docker.artifacts.apextoaster.com/library/node:18
|
||||||
|
|
||||||
# dependencies: log filtering
|
# dependencies: log filtering
|
||||||
RUN apt-get update -y \
|
RUN apt-get update -y \
|
||||||
|
|
Loading…
Reference in New Issue