Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/parys/myLfcFront into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
Andrew Parys committed Jan 5, 2024
2 parents 49c559f + e190998 commit d8a8f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### STAGE 1: Build ###
FROM node:18.15-alpine3.16 AS build
FROM node:18.16-alpine3.16 AS build
WORKDIR /usr/src/app
COPY package.json package-lock.json ./
RUN npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/express-serve-static-core": "4.17.41",
"@types/jasmine": "4.6.4",
"@types/lodash": "4.14.202",
"@types/node": "18.15.11",
"@types/node": "18.19.4",
"@types/tinymce": "4.6.9",
"codelyzer": "6.0.2",
"jasmine-core": "4.6.0",
Expand Down

0 comments on commit d8a8f4f

Please sign in to comment.