Skip to content

Commit

Permalink
chore(Dockerfile): update node version to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Jul 17, 2024
1 parent b6deb52 commit 9d81aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pro.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PRO version of OpenTrader
# You must have access to the private repository to build this image
# https://github.com/bludnic/opentrader-pro
FROM node:18-alpine AS base
FROM node:20-alpine AS base

FROM base AS builder
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
Expand Down

0 comments on commit 9d81aca

Please sign in to comment.