Skip to content

Commit

Permalink
⬆️ Update node Docker tag to v18.19.1 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 21, 2024
1 parent c9cbdc3 commit 957fecd
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.19.0-alpine3.19
ARG BUILD_FROM=node:18.19.1-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.19.0-alpine3.19
amd64: node:18.19.0-alpine3.19
armv7: node:18.19.0-alpine3.19
aarch64: node:18.19.1-alpine3.19
amd64: node:18.19.1-alpine3.19
armv7: node:18.19.1-alpine3.19
codenotary:
signer: [email protected]

0 comments on commit 957fecd

Please sign in to comment.