Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe committed Apr 2, 2024
1 parent d1cf1ae commit e8759f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: install mongodb tools
run: sudo apt-get install -y mongodb-org-shell
run: sudo apt-get install -y mongodb-org
- name: install dependencies
run: npm ci
- name: run unit tests
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- Base Node ----
FROM node:20-stretch AS base
FROM node:20-bullseye AS base

# ---- Dependencies ----
FROM base AS dependencies
Expand Down

0 comments on commit e8759f4

Please sign in to comment.