Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Bump node from 18.12 to 20.2 in /services/web (#244)
Browse files Browse the repository at this point in the history
Bumps node from 18.12 to 20.2.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 26, 2023
1 parent d545e75 commit cfbf6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.12 as build
FROM node:20.2 as build

ARG DOMAIN
ENV DOMAIN=${DOMAIN}
Expand Down

0 comments on commit cfbf6e0

Please sign in to comment.