Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
update node alpine image in the docker file
  • Loading branch information
wassila-aouchiche authored Jul 28, 2023
1 parent 410fcb7 commit 97fa074
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,4 +1,4 @@
FROM node:17.8-alpine3.15 AS base
FROM node:18-alpine3.16 AS base
WORKDIR /base
COPY package*.json ./
RUN npm ci
Expand Down

0 comments on commit 97fa074

Please sign in to comment.