Skip to content

Commit

Permalink
chore(deps): update node.js to v18.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent b032452 commit d915fe6
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,6 +1,6 @@
##### DEPENDENCIES

FROM node:18.16.1-alpine AS deps
FROM node:18.18.2-alpine AS deps
RUN apk add --no-cache libc6-compat openssl
WORKDIR /app

Expand All @@ -21,7 +21,7 @@ RUN \

##### BUILDER

FROM node:18.16.1-alpine AS builder
FROM node:18.18.2-alpine AS builder
ARG DATABASE_URL
ARG NEXT_PUBLIC_CLIENTVAR
WORKDIR /app
Expand All @@ -39,7 +39,7 @@ RUN \

##### RUNNER

FROM node:18.16.1-alpine AS runner
FROM node:18.18.2-alpine AS runner
WORKDIR /app

ENV NODE_ENV production
Expand Down

0 comments on commit d915fe6

Please sign in to comment.