Skip to content

Commit

Permalink
Build for Docker with Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Dec 2, 2023
1 parent dd3fac7 commit 5ad420d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use LTS Node image to use as a builder
FROM node:lts-slim AS builder
FROM node:18.18-buster-slim AS builder

# work under the /app directory
WORKDIR /app
Expand Down

0 comments on commit 5ad420d

Please sign in to comment.