Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ces92 committed Sep 17, 2024
1 parent 9081439 commit 178e4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build environment
FROM node:21-alpine as prepare
FROM node:22-alpine as prepare

ARG ENVIRONMENT=production
ARG REACT_APP_MAP_API_URL
Expand Down

0 comments on commit 178e4a0

Please sign in to comment.