Skip to content

Commit

Permalink
feat(container): update image docker.io/node to v16.20
Browse files Browse the repository at this point in the history
| datasource | package        | from  | to    |
| ---------- | -------------- | ----- | ----- |
| docker     | docker.io/node | 16.17 | 16.20 |
  • Loading branch information
chii-bot[bot] committed Mar 29, 2023
1 parent ad6dd3b commit 338267c
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.17-alpine AS build-frontend
FROM docker.io/node:16.20-alpine AS build-frontend

WORKDIR /build

Expand Down

0 comments on commit 338267c

Please sign in to comment.