Skip to content

Commit

Permalink
feat(container)!: Update image docker.io/node to v22
Browse files Browse the repository at this point in the history
| datasource | package        | from  | to   |
| ---------- | -------------- | ----- | ---- |
| docker     | docker.io/node | 16.20 | 22.1 |
  • Loading branch information
chii-bot[bot] committed May 2, 2024
1 parent b07024d commit b2d4a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:16.20-alpine AS build-frontend
FROM docker.io/node:22.1-alpine AS build-frontend

WORKDIR /build

Expand Down

0 comments on commit b2d4a30

Please sign in to comment.