File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM rust:alpine:latest as build
1+ FROM rust:1.88.0-alpine3.22 as build
22
33ENV RUSTFLAGS="-C target-feature=-crt-static"
44ENV RUN_MODE="build"
@@ -46,7 +46,7 @@ WORKDIR /srv/deeplynx/server
4646RUN yarn install;
4747RUN yarn run build;
4848
49- FROM node:alpine:latest as production
49+ FROM node:20-alpine3.22 as production
5050ENV DEVELOPMENT_MODE=false
5151
5252RUN apk update && apk add --no-cache supervisor openssl
Original file line number Diff line number Diff line change 1- FROM rust:alpine:latest as build
1+ FROM rust:1.88.0-alpine3.22 as build
22
33ENV RUSTFLAGS="-C target-feature=-crt-static"
44ENV RUN_MODE="build"
@@ -52,7 +52,7 @@ WORKDIR /srv/deeplynx/server
5252RUN yarn install;
5353RUN yarn run build;
5454
55- FROM node:alpine:latest as production
55+ FROM node:20-alpine3.22 as production
5656ENV DEVELOPMENT_MODE=false
5757
5858# Add missing packages
You can’t perform that action at this time.
0 commit comments