Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Jul 31, 2023
1 parent 8fe2d3e commit 64fe446
Show file tree
Hide file tree
Showing 3 changed files with 19,974 additions and 17,079 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.13.2-alpine3.14 AS builder
FROM node:16.20.1-alpine3.18 AS builder

WORKDIR /webapp
ADD package.json .
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN npm prune --production && \

##################################
# Stage: main nodejs service stage
FROM node:16.13.2-alpine3.14
FROM node:16.20.1-alpine3.18
MAINTAINER "contact@koumoul.com"

RUN apk add --no-cache mongodb-tools zip unzip bash openssh-client rsync sshpass dumb-init
Expand Down
Loading

0 comments on commit 64fe446

Please sign in to comment.