File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed
Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ RUN adduser -u 1002 -h /home/appuser -D appuser appuser && \
55npm ci && npm run build
66
77
8- FROM node:18 -alpine AS production
8+ FROM node:24 -alpine AS production
99LABEL org.opencontainers.image.source="https://github.com/spectrocloud/hello-universe"
10- LABEL org.opencontainers.image.description "A Spectro Cloud demo application intended for learning and showcasing products."
10+ LABEL org.opencontainers.image.description= "A Spectro Cloud demo application intended for learning and showcasing products."
1111
1212WORKDIR /app
13- ENV NODE_ENV production
14- ENV NEXT_TELEMETRY_DISABLED 1
15- ENV PORT 8080
16- ENV API_URI ""
17- ENV API_VERSION 1
18- ENV TOKEN ""
13+ ENV NODE_ENV= production
14+ ENV NEXT_TELEMETRY_DISABLED= 1
15+ ENV PORT= 8080
16+ ENV API_URI= ""
17+ ENV API_VERSION= 1
18+ ENV TOKEN= ""
1919
2020COPY --from=modules /etc/passwd /etc/passwd
2121COPY --from=modules /etc/group /etc/group
Original file line number Diff line number Diff line change @@ -5,22 +5,22 @@ RUN adduser -u 1002 -h /home/appuser -D appuser appuser && \
55npm ci && npm run build
66
77
8- FROM caddy:2.7.6 -alpine as caddy
8+ FROM caddy:2.10.2 -alpine AS caddy
99
10- FROM node:18 -alpine AS production
10+ FROM node:24 -alpine AS production
1111LABEL org.opencontainers.image.source="https://github.com/spectrocloud/hello-universe"
12- LABEL org.opencontainers.image.description "A Spectro Cloud demo application intended for learning and showcasing products. This image contains a reverse proxy."
12+ LABEL org.opencontainers.image.description= "A Spectro Cloud demo application intended for learning and showcasing products. This image contains a reverse proxy."
1313
1414WORKDIR /app
15- ENV NODE_ENV production
16- ENV NEXT_TELEMETRY_DISABLED 1
17- ENV PORT 8080
18- ENV API_PORT 3000
19- ENV API_URI ""
20- ENV SVC_URI ""
21- ENV API_VERSION 1
22- ENV TOKEN ""
23- ENV QUERY_K8S_API ""
15+ ENV NODE_ENV= production
16+ ENV NEXT_TELEMETRY_DISABLED= 1
17+ ENV PORT= 8080
18+ ENV API_PORT= 3000
19+ ENV API_URI= ""
20+ ENV SVC_URI= ""
21+ ENV API_VERSION= 1
22+ ENV TOKEN= ""
23+ ENV QUERY_K8S_API= ""
2424
2525COPY --from=modules /etc/passwd /etc/passwd
2626COPY --from=modules /etc/group /etc/group
You can’t perform that action at this time.
0 commit comments