Skip to content

Commit

Permalink
Bump node from 16.20.0-alpine3.16 to 19.9.0-alpine3.16 in /frontend
Browse files Browse the repository at this point in the history
Bumps node from 16.20.0-alpine3.16 to 19.9.0-alpine3.16.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2023
1 parent a8a3df9 commit 24855ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## BASE
FROM node:16.20.0-alpine3.16 AS base
FROM node:19.9.0-alpine3.16 AS base

# disable npm update check, it's annoying
ENV NPM_CONFIG_UPDATE_NOTIFIER=false
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.20.0-alpine3.16
FROM node:19.9.0-alpine3.16

ENV NPM_CONFIG_UPDATE_NOTIFIER=false

Expand Down

0 comments on commit 24855ae

Please sign in to comment.