Compare commits
1 Commits
renovate/n
...
renovate/n
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
099296026a |
@@ -1,4 +1,4 @@
|
|||||||
FROM node:18.20.7 AS base
|
FROM node:22.17.0 AS base
|
||||||
LABEL version="4.1.0"
|
LABEL version="4.1.0"
|
||||||
LABEL description=""
|
LABEL description=""
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ RUN yarn install
|
|||||||
COPY ["src/", "./src"]
|
COPY ["src/", "./src"]
|
||||||
RUN npm run Prod
|
RUN npm run Prod
|
||||||
|
|
||||||
FROM nginx:1.29.0-alpine as Web
|
FROM nginx:1.27.4-alpine as Web
|
||||||
|
|
||||||
RUN apk --update --no-cache upgrade
|
RUN apk --update --no-cache upgrade
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user