Skip to content

Commit

Permalink
chore(deps): update node.js to v20.14.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 Jun 5, 2024
1 parent f41c861 commit 8f335b3
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.14 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.14
ARG COMMIT_SHA
ENV NODE_ENV production
RUN corepack enable
Expand Down

0 comments on commit 8f335b3

Please sign in to comment.