mirror of
https://github.com/hassio-addons/addon-base-nodejs.git
synced 2025-05-07 04:01:24 +00:00
⬆️ Update node Docker tag to v18.20.1
This commit is contained in:
parent
eeb2ecd488
commit
940a20ef7f
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=node:18.20.0-alpine3.19
|
||||
ARG BUILD_FROM=node:18.20.1-alpine3.19
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: node:18.20.0-alpine3.19
|
||||
amd64: node:18.20.0-alpine3.19
|
||||
armv7: node:18.20.0-alpine3.19
|
||||
aarch64: node:18.20.1-alpine3.19
|
||||
amd64: node:18.20.1-alpine3.19
|
||||
armv7: node:18.20.1-alpine3.19
|
||||
codenotary:
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue