Skip to content

Commit

Permalink
Merge pull request #212 from ogomaemmanuel/node-sass
Browse files Browse the repository at this point in the history
changed nodejs versing on the docker file
  • Loading branch information
didinkaj committed Oct 23, 2023
2 parents f3c374c + 8126d97 commit 4783059
Show file tree
Hide file tree
Showing 2 changed files with 22,645 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hr_core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM node:12.20.1-alpine3.10 as nodejs
FROM node:14.15.4 as nodejs
FROM node:18.16.0 as nodejs
WORKDIR /app
COPY . .
RUN git config --global url."https://github.com".insteadOf git://github.com
Expand Down
Loading

0 comments on commit 4783059

Please sign in to comment.