Skip to content

Commit

Permalink
chore(deps): update node.js to v21 (#673)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent 628aad6 commit 6dc61e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-mock/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1 - the build process
FROM node:20-alpine as compile-server
FROM node:21-alpine as compile-server
WORKDIR /usr/src/app
COPY . .
RUN npm install
Expand Down

0 comments on commit 6dc61e6

Please sign in to comment.