Skip to content

Commit

Permalink
Update Dockerfile Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Jul 29, 2024
1 parent d1851a3 commit 73d2caf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM node:lts-bookworm AS process
# ready to update to Node 18
FROM node:18-bookworm AS process

ENV DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -36,7 +35,7 @@ ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["/bin/bash"]


FROM node:14-alpine AS build
FROM node:18-alpine AS build

WORKDIR /usr/local/twotech

Expand Down

0 comments on commit 73d2caf

Please sign in to comment.