Skip to content

Commit

Permalink
Use 18.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 3, 2024
1 parent 61c3988 commit c1e6e04
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-alpine3.19
ARG BUILD_FROM=node:18.19.0-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 @@
---

Check failure on line 1 in base/build.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

{'aarch64': 'node:18.19.0-alpine3.19', 'amd64': 'node:18.19.0-alpine3.19', 'armv7': 'node:18.19.0-alpine3.19'} is not valid under any of the given schemas
build_from:
aarch64: node:18-alpine3.19@sha256:91f3cd192c9f1a1a907b8f53bb8cf737557e6c1bb9dc499a725e48ba6ced58fd
amd64: node:18-alpine3.19@sha256:8842b060b01af71c082cee310b428a2d825e940d9fd9e450e05d726aea66a480
armv7: node:18-alpine3.19@sha256:62013ecc8888100e31f2e19698756d39e41a53e0047f766c868508701d668715
aarch64: node:18.19.0-alpine3.19
amd64: node:18.19.0-alpine3.19
armv7: node:18.19.0-alpine3.19
codenotary:
signer: [email protected]

0 comments on commit c1e6e04

Please sign in to comment.