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 8d6a971 commit 33c937f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 53 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################
# Stage: nodejs dependencies and build
FROM node:16.16.0-alpine3.15 AS builder
FROM node:16.20.2-alpine3.18 AS builder

WORKDIR /webapp
ADD package.json .
Expand All @@ -21,7 +21,7 @@ RUN npm prune --production && \

##################################
# Stage: main nodejs service stage
FROM node:16.16.0-alpine3.15
FROM node:16.20.2-alpine3.18
MAINTAINER "contact@koumoul.com"

WORKDIR /webapp
Expand Down
101 changes: 50 additions & 51 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 33c937f

Please sign in to comment.