Skip to content

Commit

Permalink
use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Sarmiento committed Sep 24, 2023
1 parent c3de529 commit b15afcd
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 @@
# ---- Base Node ----
FROM node:alpine AS base
FROM node:18-alpine AS base
WORKDIR /app
COPY package*.json ./

Expand Down

0 comments on commit b15afcd

Please sign in to comment.