Skip to content

Commit

Permalink
upgrade to node 18 lapine
Browse files Browse the repository at this point in the history
  • Loading branch information
morteako committed Jan 21, 2024
1 parent a4fe43f commit b8d975d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine AS base
FROM node:18-alpine AS base

FROM base AS builder
RUN apk add --no-cache libc6-compat
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine AS base
FROM node:18-alpine AS base

FROM base AS builder
RUN apk add --no-cache libc6-compat
Expand Down

0 comments on commit b8d975d

Please sign in to comment.