Skip to content

Commit

Permalink
build(deps): Bump node from 20-alpine3.18 to 22-alpine3.18 (#1370)
Browse files Browse the repository at this point in the history
Bumps node from 20-alpine3.18 to 22-alpine3.18.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 11, 2024
1 parent fd6d47c commit 9c8271a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM node:20-alpine3.18 as build
FROM node:22-alpine3.18 as build
WORKDIR /app
COPY package.json yarn.lock .yarnrc.yml ./
COPY .yarn/releases/yarn-4.0.1.cjs .yarn/releases/yarn-4.0.1.cjs
Expand Down

0 comments on commit 9c8271a

Please sign in to comment.