Skip to content

Commit

Permalink
Bump node from 18.20-bullseye-slim to 22.7-bullseye-slim
Browse files Browse the repository at this point in the history
Bumps node from 18.20-bullseye-slim to 22.7-bullseye-slim.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent c43f737 commit d4077b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Stage 1 - Create yarn install skeleton layer
FROM node:18.20-bullseye-slim AS packages
FROM node:22.7-bullseye-slim AS packages

WORKDIR /app
COPY package.json yarn.lock ./
Expand All @@ -25,7 +25,7 @@ RUN find packages \! -name "package.json" -mindepth 2 -maxdepth 2 -exec rm -rf {


# Stage 2 - Install dependencies and build packages
FROM node:18.20-bullseye-slim AS build
FROM node:22.7-bullseye-slim AS build

WORKDIR /app
COPY --from=packages /app .
Expand All @@ -44,7 +44,7 @@ RUN yarn --cwd packages/backend build


# Stage 3 - Build the base image
FROM node:18.20-bullseye-slim as base-backstage-app
FROM node:22.7-bullseye-slim as base-backstage-app

WORKDIR /app

Expand Down

0 comments on commit d4077b3

Please sign in to comment.