Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit f22a5ae

Browse files
committed
⬆️ Update node Docker tag to v18.20.2
1 parent c735ff9 commit f22a5ae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=node:18.20.1-alpine3.19
1+
ARG BUILD_FROM=node:18.20.2-alpine3.19
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

base/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
build_from:
3-
aarch64: node:18.20.1-alpine3.19
4-
amd64: node:18.20.1-alpine3.19
5-
armv7: node:18.20.1-alpine3.19
3+
aarch64: node:18.20.2-alpine3.19
4+
amd64: node:18.20.2-alpine3.19
5+
armv7: node:18.20.2-alpine3.19
66
codenotary:
77
signer: codenotary@frenck.dev

0 commit comments

Comments
 (0)