Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit bd87a08

Browse files
authored
fix: docker base image & js dependencies (#804)
* fix: update docker base image * fix: update dep minor versions + node types & typescript
1 parent d20ae69 commit bd87a08

File tree

3 files changed

+4702
-13897
lines changed

3 files changed

+4702
-13897
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16 As development
1+
FROM node:20 As development
22
LABEL org.opencontainers.image.source https://github.com/EddieHubCommunity/EddieBot
33

44
WORKDIR /usr/src/app
@@ -11,7 +11,7 @@ COPY . .
1111

1212
RUN npm run build
1313

14-
FROM node:16 as production
14+
FROM node:20 as production
1515

1616
ARG NODE_ENV=production
1717
ENV NODE_ENV=${NODE_ENV}

0 commit comments

Comments
 (0)