Skip to content

Commit

Permalink
chore(deps): update node.js to v21.7.3 (#1286)
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 Apr 13, 2024
1 parent 080d5ee commit d42cde6
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
@@ -1,12 +1,12 @@
FROM node:21.7.2-alpine AS deps
FROM node:21.7.3-alpine AS deps
RUN apk add --no-cache libc6-compat

WORKDIR /usr/src/app
COPY package.json yarn.lock ./

RUN yarn install --frozen-lockfile

FROM node:21.7.2-alpine AS builder
FROM node:21.7.3-alpine AS builder
RUN apk add --no-cache libc6-compat
WORKDIR /usr/src/app

Expand All @@ -17,7 +17,7 @@ ARG YTF_GRAPHQL_SCHEMA_ENDPOINT

RUN yarn prisma generate && yarn graphql-codegen && yarn run tsc

FROM node:21.7.2-alpine
FROM node:21.7.3-alpine
RUN apk add --no-cache libc6-compat
# Create app directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit d42cde6

Please # to comment.