Skip to content

Commit

Permalink
fix docker file, make it lts
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Jul 18, 2024
1 parent 2f34379 commit be9ff59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build static files
FROM node:alpine AS build
FROM node:lts-alpine AS build

WORKDIR /app
COPY . .
Expand Down

0 comments on commit be9ff59

Please sign in to comment.