Skip to content

Commit

Permalink
Bump node from 18.19.0-alpine3.18 to 22.1.0-alpine3.18
Browse files Browse the repository at this point in the history
Bumps node from 18.19.0-alpine3.18 to 22.1.0-alpine3.18.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent b1ee5ac commit 5b16030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# SPDX-License-Identifier: Apache-2.0
################################################################################
# => Build container
FROM node:18.19.0-alpine3.18 as builder
FROM node:22.1.0-alpine3.18 as builder

Check notice

Code scanning / KICS

Using Platform Flag with FROM Command Note

FROM={node:22.1.0-alpine3.18 as builder}.{FROM node:22.1.0-alpine3.18 as builder} not use the flag '--platform'

WORKDIR /app

Expand Down

0 comments on commit 5b16030

Please sign in to comment.