Skip to content

Commit

Permalink
Bump node from 18-alpine to 21-alpine in /spacebar-server
Browse files Browse the repository at this point in the history
Bumps node from 18-alpine to 21-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 20, 2023
1 parent b273c5d commit 5512f4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spacebar-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# syntax=docker/dockerfile:1
From node:18-bullseye as builder
From node:21-bullseye as builder

WORKDIR devel/
RUN apt-get update ; apt-get upgrade -y ; apt-get install -y python-is-python3 build-essential git
RUN git clone https://github.com/spacebarchat/server.git
RUN cd server ; npm i ; npm run setup

From node:18-alpine
From node:21-alpine

EXPOSE 3001
WORKDIR exec
Expand Down
4 changes: 2 additions & 2 deletions spacebar-server/Dockerfile-prod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# syntax=docker/dockerfile:1
From node:18-bullseye as builder
From node:21-bullseye as builder

WORKDIR devel/
RUN apt-get update ; apt-get upgrade -y ; apt-get install -y python-is-python3 build-essential git
RUN git clone https://github.com/spacebarchat/server.git
RUN cd server ; npm i ; npm run setup

From node:18-alpine
From node:21-alpine

EXPOSE 3001
WORKDIR exec
Expand Down

0 comments on commit 5512f4b

Please sign in to comment.