Skip to content

Commit

Permalink
⬆️ Update node Docker tag to v18.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent d6f5a5a commit 8b4cf7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=node:18.20.3-alpine3.19
ARG BUILD_FROM=node:18.20.4-alpine3.19
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down
6 changes: 3 additions & 3 deletions base/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
build_from:
aarch64: node:18.20.3-alpine3.19
amd64: node:18.20.3-alpine3.19
armv7: node:18.20.3-alpine3.19
aarch64: node:18.20.4-alpine3.19
amd64: node:18.20.4-alpine3.19
armv7: node:18.20.4-alpine3.19
codenotary:
signer: [email protected]

0 comments on commit 8b4cf7b

Please sign in to comment.