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 22f879a commit bce44fdCopy full SHA for bce44fd
Dockerfile
@@ -3,7 +3,7 @@
3
# --------------------------------------------------------------------------------
4
# BASE IMAGE
5
6
-FROM node:16.15.0-alpine@sha256:1a9a71ea86aad332aa7740316d4111ee1bd4e890df47d3b5eff3e5bded3b3d10 as base
+FROM node:24.0.0-alpine@sha256:7804c7734b3e0cf647ab8273a1d4cda776123145da5952732f3dca9e742ddca0 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:24-alpine
2
RUN apk add --no-cache git python make g++
0 commit comments