Skip to content

Commit

Permalink
chore: upgrade stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Jan 12, 2024
1 parent bd27d60 commit 4af8eb2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"javascript"
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
############################################################################################################
# Stage: prepare a base image with all native utils pre-installed, used both by builder and definitive image

FROM node:16.18.0-alpine3.15 AS trivy
FROM node:16.20.2-alpine3.18 AS trivy

ARG TRIVY_VERSION=0.43.0
ARG TRIVY_VERSION=0.48.3

RUN apk update && apk add --no-cache ca-certificates git rpm && update-ca-certificates

Expand Down Expand Up @@ -46,7 +46,7 @@ RUN npm prune --production && \

######################################
# Stage: final image
FROM node:16.18.0-alpine3.15
FROM node:16.20.2-alpine3.18

WORKDIR /webapp
RUN apk add --no-cache dumb-init
Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4af8eb2

Please sign in to comment.