v0.3.1/reduce-redis-content-expiry #90
|
@ -1,6 +1,6 @@
|
||||||
# PHASE 1: copy and build
|
# PHASE 1: copy and build
|
||||||
|
|
||||||
FROM node:22.0.0-alpine3.19 AS build
|
FROM node:22.2.0-alpine3.19 AS build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ RUN rm -rf node_modules && npm install && npm run build
|
||||||
|
|
||||||
# PHASE 2: prepare for exec
|
# PHASE 2: prepare for exec
|
||||||
|
|
||||||
FROM node:22.0.0-alpine3.19 AS exec
|
FROM node:22.2.0-alpine3.19 AS exec
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue