Skip to content

Commit

Permalink
chore(deps): update node.js to v20.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent d042b1a commit 125ea0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# docker push oracletest.azurecr.io/test/oracle:$COMMIT_SHA

# First stage, builder to install devDependencies to build TypeScript
FROM node:20.11 as BUILDER
FROM node:20.17 as BUILDER

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand All @@ -32,7 +32,7 @@ COPY src src
RUN pnpm run build

# Second stage, create slimmed down production-ready image
FROM node:20.11
FROM node:20.17
ARG COMMIT_SHA
ENV NODE_ENV production
RUN corepack enable
Expand Down

0 comments on commit 125ea0f

Please sign in to comment.