Skip to content

Commit

Permalink
Merge branch 'edge' into colinmegill/client-report-package-upgrades
Browse files Browse the repository at this point in the history
* edge: (22 commits)
  Configuration unification (#1617)
  housekeeping (#1622)
  Remove intercom (#1547)
  Reduced bundlesize by requiring only victory-core for VictoryAnimation component. (#1618)
  A variety of improvements all around (#1608)
  Update client-participation dependencies, and get off gulp -> webpack (#1607)
  Feature/crkrenn/fixed participants extended sql table (#1586)
  Switch server to debian (#1600)
  More slack removal (#1599)
  Update server node & misc dep versions (#1595)
  switch from npm ci to npm install in client dockerfiles (#1594)
  deleted docker_cloud_notes (#1597)
  Remove slack (#1585)
  specify bullseye debian base for math dockerfile (#1590)
  Feature/crkrenn/improved makefile (#1577)
  Adding direction to the client- participation (#1561)
  update winston package (#1584)
  add scaling roadmap doc (#1582)
  Feature/sirodoht crk/e2e version 11 (#1576)
  German language editing (#1552)
  ...
  • Loading branch information
dependabot[bot] authored and ballPointPenguin committed Mar 4, 2023
1 parent 2f6a7ff commit 7b21809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-report/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# the docker compose configuration.

# Gulp v3 stops us from upgrading beyond Node v11
FROM docker.io/node:11-alpine
FROM docker.io/node:18.9.0-alpine

# Set default NODE_ENV to production unless overridden at build time with --build-arg NODE_ENV=development
ARG NODE_ENV
Expand Down

0 comments on commit 7b21809

Please sign in to comment.