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 8ac9580 commit 0e64f0fCopy full SHA for 0e64f0f
Dockerfile
@@ -3,7 +3,7 @@
3
# --------------------------------------------------------------------------------
4
# BASE IMAGE
5
6
-FROM node:16.15.0-alpine@sha256:1a9a71ea86aad332aa7740316d4111ee1bd4e890df47d3b5eff3e5bded3b3d10 as base
+FROM node:18.8.0-alpine@sha256:8437bc872a71f3b15a384ff32d098a68e06b440c0d9ec3eb4b4fa26ca16f2b30 as base
7
8
# This directory is owned by the node user
9
ARG APP_HOME=/home/node/app
Dockerfile.openapi_decorator
@@ -1,4 +1,4 @@
1
-FROM node:14-alpine
+FROM node:18-alpine
2
RUN apk add --no-cache git python make g++
0 commit comments