Update angular to 20
Some checks failed
Gitea/swiss-client/pipeline/head There was a failure building this commit
Some checks failed
Gitea/swiss-client/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:20.13.1-alpine3.19 as build
|
||||
FROM node:22.18.0-alpine3.22 as build
|
||||
WORKDIR /app/src
|
||||
COPY package*.json ./
|
||||
RUN apk update
|
||||
@@ -7,7 +7,7 @@ RUN yarn install --frozen-lockfile --no-progress
|
||||
COPY . ./
|
||||
RUN yarn build
|
||||
|
||||
FROM node:20.13.1-alpine3.19
|
||||
FROM node:22.18.0-alpine3.22
|
||||
RUN addgroup -S k8s-group && adduser -S k8s-user -G k8s-group
|
||||
USER root
|
||||
WORKDIR /usr/app
|
||||
|
||||
Reference in New Issue
Block a user