Skip to content

Commit

Permalink
fix(Dockerfile): use lts-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
johakr committed Dec 22, 2024
1 parent 99a7645 commit 347fc31
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 @@
# build environment
FROM node:16-alpine as build
FROM node:lts-alpine as build
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY package.json ./
Expand Down

0 comments on commit 347fc31

Please sign in to comment.